diff --git a/CHANGELOG.md b/CHANGELOG.md index afbaaedd..870b177e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [5.2.0] - 2024-04-03 ### Changed - Mark onWillPop as deprecated @@ -551,7 +551,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Includes platform specific behavior as an option (specify it in the two navigator functions). - Based on flutter's Cupertino(iOS) bottom navigation bar. -[Unreleased]: https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.1.0...HEAD +[5.2.0]: https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.1.0...5.2.0 [5.1.0]: https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.0.0...5.1.0 [5.0.0]: https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.0.0-beta.10...5.0.0 [5.0.0-beta.10]: https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.0.0-beta.9...5.0.0-beta.10 diff --git a/example/pubspec.lock b/example/pubspec.lock index e2e6748c..e728b6e4 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -166,7 +166,7 @@ packages: path: ".." relative: true source: path - version: "5.1.0" + version: "5.2.0" sky_engine: dependency: transitive description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 87ee7cca..bb3f670a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A highly customizable bottom navigation bar for Flutter. Includes 1 homepage: https://github.com/jb3rndt/PersistentBottomNavBarV2 repository: https://github.com/jb3rndt/PersistentBottomNavBarV2 -version: 5.1.0 +version: 5.2.0 environment: sdk: ">=3.0.0 <4.0.0"