Skip to content

Commit

Permalink
version: v1.0.0-beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Sep 17, 2023
1 parent b410dc5 commit e303776
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]

## [1.0.0-beta01] - 2023.02.26

### Fixed

- Fixed decryption fallback from StreamingAead to Aead (#15)
Expand Down Expand Up @@ -88,6 +90,7 @@ To continue use it, change the dependency module in your build script:
- gradle-infrastructure `0.12.1``0.17`
- Migrate dependencies to version catalogs

[unreleased]: https://github.com/osipxd/encrypted-datastore/compare/v1.0.0-alpha04...main
[unreleased]: https://github.com/osipxd/encrypted-datastore/compare/v1.0.0-beta01...main
[1.0.0-beta01]: https://github.com/osipxd/encrypted-datastore/compare/v1.0.0-alpha04...v1.0.0-beta01
[1.0.0-alpha04]: https://github.com/osipxd/encrypted-datastore/compare/v1.0.0-alpha03...v1.0.0-alpha04
[1.0.0-alpha03]: https://github.com/osipxd/encrypted-datastore/compare/v1.0.0-alpha02...v1.0.0-alpha03
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
val datastoreVersion = libs.versions.datastore.get()
subprojects {
group = "io.github.osipxd"
version = "$datastoreVersion-alpha04"
version = "$datastoreVersion-beta01"
}

redmadrobot {
Expand Down

0 comments on commit e303776

Please sign in to comment.