From b2280116abe685771c55770186c436e06a64160d Mon Sep 17 00:00:00 2001 From: Joakim Nordling Date: Tue, 19 Sep 2023 14:07:54 +0300 Subject: [PATCH] Update changelog and bump version number (#15) --- CHANGELOG.md | 13 ++++++++++++- pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 305e635..5368582 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +## [0.6.0] - 2023-09-19 + +### Changed + +- Mark the library as being typed. + +### Fixed + +- Security updates to libraries (aiohttp, cryptography). + ## [0.5.0] - 2023-06-26 ### Fixed @@ -76,7 +86,8 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Everything for the initial release -[unreleased]: https://github.com/ioxiocom/pyjwt-key-fetcher/compare/0.5.0...HEAD +[unreleased]: https://github.com/ioxiocom/pyjwt-key-fetcher/compare/0.6.0...HEAD +[0.6.0]: https://github.com/ioxiocom/pyjwt-key-fetcher/compare/0.5.0...0.6.0 [0.5.0]: https://github.com/ioxiocom/pyjwt-key-fetcher/compare/0.4.0...0.5.0 [0.4.0]: https://github.com/ioxiocom/pyjwt-key-fetcher/compare/0.3.0...0.4.0 [0.3.0]: https://github.com/ioxiocom/pyjwt-key-fetcher/compare/0.2.0...0.3.0 diff --git a/pyproject.toml b/pyproject.toml index 76aa329..e7da73a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyjwt-key-fetcher" -version = "0.5.0" +version = "0.6.0" description = "Async library to fetch JWKs for JWT tokens" authors = ["IOXIO"] license = "BSD-3-Clause"