diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e31d9..4f2d218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -* Support for account selection +* ### Changed @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * +## [0.1.3] - 2024-10-01 + +### Added + +* Support for account selection + ## [0.1.2] - 2024-10-01 ### Changed diff --git a/setup.py b/setup.py index 90f576e..e864402 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="weby-pilot", - version="0.1.2", + version="0.1.3", author="Hive Solutions Lda.", author_email="development@hive.pt", description="Weby Pilot",