Skip to content

Commit

Permalink
Bump auth version to 0.10.0
Browse files Browse the repository at this point in the history
Also add the new changes to CHANGELOG.md
  • Loading branch information
michpohl committed Jul 16, 2024
1 parent 95a5092 commit 402ab8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.2] - 2024-07-03
## [0.10.0] - 2024-07-16
### Changed
- Dependency on kotlinx.datetime removed - this makes auth compatible to Android SDK <26
- Because of this change, `Credentials` type's `expires` is now a `Long`.

## [0.9.2] - 2024-07-03
### Fixed
- Fix bug preventing properly synchronized backend calls when requesting a new token

## [0.9.1] - 2024-05-28
Expand Down
2 changes: 1 addition & 1 deletion auth/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
projectDescription=The Auth module manages app authentication, authorization, and token handling, simplifying OAuth processes, ensuring secure user access, and offering robust error handling.
version=0.9.2
version=0.10.0

0 comments on commit 402ab8c

Please sign in to comment.