Skip to content

Commit 62e045b

Browse files
michpohlsula-sa
authored andcommitted
Bump version in gradle.properties and update changelog
1 parent 8b0949e commit 62e045b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

auth/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.9.2] - 2024-07-03
9+
### Changed
10+
- Fix bug preventing properly synchronized backend calls when requesting a new token
11+
12+
## [0.9.1] - 2024-05-28
13+
### Changed
14+
- No changes. release was created for technical reasons
15+
816
## [0.9.0] - 2024-05-14
917
### Changed
1018
- Improve tidalAuthServiceBaseUrl and tidalLoginServiceBaseUrl usage in AuthConfig

auth/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
projectDescription=The Auth module manages app authentication, authorization, and token handling, simplifying OAuth processes, ensuring secure user access, and offering robust error handling.
2-
version=0.9.1
2+
version=0.9.2

0 commit comments

Comments
 (0)