Compare commits
No commits in common. "main" and "v1.2.0" have entirely different histories.
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -2,10 +2,24 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [1.2.1] - 2024-03-08
|
## [1.2.0] - 2024-03-08
|
||||||
|
|
||||||
|
### 🚀 Features
|
||||||
|
|
||||||
|
- Add context to GetToken endpoint
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
- *(devenv)* Fix version variable in release script
|
- *(devenv)* Fix release changelog generation and commit message
|
||||||
|
|
||||||
|
### 🚜 Refactor
|
||||||
|
|
||||||
|
- Move GetToken method into auth client and rename auth client from Client to Auth
|
||||||
|
- Change api client to pass http client to auth client
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- Add git cliff for auto generated changelog
|
||||||
|
- *(devenv)* Add release script and rename changelog script to gen-changelog
|
||||||
|
|
||||||
<!-- generated by git-cliff -->
|
<!-- generated by git-cliff -->
|
||||||
|
|
Loading…
Reference in New Issue