diff --git a/CHANGELOG.md b/CHANGELOG.md index 01d34af..a56e1ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/bastienqb/learn-git/compare/v0.4.0...v0.5.0) (2022-10-02) + + +### Features + +* **learning:** :fire: try new release git ([d64b6cb](https://github.com/bastienqb/learn-git/commit/d64b6cb4550a53fbc9279384d5f7ee62b3d6217f)) + ## [0.4.0](https://github.com/bastienqb/learn-git/compare/v0.3.0...v0.4.0) (2022-09-18) diff --git a/pyproject.toml b/pyproject.toml index 8fa415f..504ab18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "learn_git" -version = "0.4.0" +version = "0.5.0" description = "My package description" requires-python = ">=3.7" keywords = ["one", "two"]