diff --git a/CHANGELOG.md b/CHANGELOG.md index e1af6ec..41ec4a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Pragmatic Versioning](https://pragver.github.io/spec/1.0.0.0.html). +## [Unreleased] + +No unreleased changes. + + ## [1.0.1.0] ### Changed @@ -26,5 +31,6 @@ and this project adheres to [Pragmatic Versioning](https://pragver.github.io/spe - Dependency `com.leakyabstractions:result:1.0.0.0` +[Unreleased]: https://github.com/LeakyAbstractions/result-bom/compare/main...develop [1.0.0.0]: https://github.com/LeakyAbstractions/result-bom/releases/tag/1.0.0.0 [1.0.1.0]: https://github.com/LeakyAbstractions/result-bom/releases/tag/1.0.1.0 diff --git a/gradle.properties b/gradle.properties index b468c5e..4ae1f17 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ description = Result Library BOM group = com.leakyabstractions -version = 1.0.1.0 +version = 1.0.1.1-SNAPSHOT homepage = https://dev.leakyabstractions.com/result-bom/ githubId = leakyabstractions/result-bom