From 42e381ce494e4600aeb8a11d75ed625895c4e647 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action <{{ Email }}> Date: Wed, 25 Oct 2023 20:51:09 +0000 Subject: [PATCH] chore(release): v0.7.0 [skip ci] --- CHANGELOG.md | 19 +++++++++---------- version.json | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87e4d18..031462b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.7.0](https://github.com/bitroll-team/codefest1-users/compare/v0.6.0...v0.7.0) (2023-10-25) + + +### Features + +* add role to login response ([ba2b9bb](https://github.com/bitroll-team/codefest1-users/commit/ba2b9bb2df4cda0664a56e10fe48552ec4f6da28)) + + + # [0.6.0](https://github.com/bitroll-team/codefest1-users/compare/v0.5.0...v0.6.0) (2023-10-25) @@ -39,13 +48,3 @@ -# [0.3.0](https://github.com/bitroll-team/codefest1-users/compare/v0.2.0...v0.3.0) (2023-10-25) - - -### Features - -* login ([6eea5bc](https://github.com/bitroll-team/codefest1-users/commit/6eea5bcb87502d9a0bbba36a8efceb948bff2635)) -* register ([a052388](https://github.com/bitroll-team/codefest1-users/commit/a05238811a55d17e4af1c27646b85c0767ff853d)) - - - diff --git a/version.json b/version.json index 10a8aa1..767d070 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "0.6.0" + "version": "0.7.0" }