diff --git a/CHANGELOG.md b/CHANGELOG.md index b77a501..3452b30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +## [1.0] - 2024-06-08 + ### Added - CRUD for all repo-related objects @@ -51,3 +53,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), [0.5]: https://github.com/gershnik/repopulator/releases/0.5 [0.6]: https://github.com/gershnik/repopulator/releases/0.6 [0.7]: https://github.com/gershnik/repopulator/releases/0.7 +[1.0]: https://github.com/gershnik/repopulator/releases/1.0 diff --git a/src/repopulator/version.py b/src/repopulator/version.py index 3c5ffc3..a523067 100644 --- a/src/repopulator/version.py +++ b/src/repopulator/version.py @@ -6,4 +6,4 @@ """package version info""" -VERSION = '0.7' +VERSION = '1.0'