diff --git a/changelog.md b/changelog.md index 209dc42..036f840 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.0] - 2023-01-19 + +### Fixed + +- Fixed typo in the save_key function #12. + + + ## [0.0.5] - 2023-01-18 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 580b131..6ec379d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.briefcase] project_name = "Tugpgp" bundle = "in.kushaldas.tugpgp" -version = "0.0.5" +version = "0.1.0" url = "https://github.com/SUNET/tugpgp" license = "GNU General Public License v3 or later (GPLv3+)" author = 'Kushal Das'