From 6dc17f7020d7b03ec830116e1a5170e6e6e42fd8 Mon Sep 17 00:00:00 2001 From: GUO YANKE Date: Wed, 26 Jun 2024 11:37:41 +0800 Subject: [PATCH] chore(version): v0.0.2 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bbb050..ca7e9b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## v0.0.2 - 2024-06-26 +#### Bug Fixes +- **(deps)** update golang-jwt/jwt to v5 - (2f76a57) - GUO YANKE +#### Features +- add constants for roles - (3d08a72) - GUO YANKE + +- - - + ## v0.0.1 - 2024-06-26 #### Bug Fixes - add json tag "omitempty" to various types - (bf81097) - GUO YANKE