Skip to content

Commit

Permalink
Bump version number and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimnordling committed Jan 17, 2024
1 parent 6107720 commit 8458b95
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.7.0] - 2024-01-17

### Added

- Support for static configurations,
[PR #19](https://github.com/ioxiocom/pyjwt-key-fetcher/pull/19).

### Fixed

- Security updates to libraries (aiohttp, cryptography).
- Minor adjustments to error descriptions.

## [0.6.0] - 2023-09-19

### Changed
Expand Down Expand Up @@ -86,7 +98,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.6.0...HEAD
[unreleased]: https://github.com/ioxiocom/pyjwt-key-fetcher/compare/0.7.0...HEAD
[0.7.0]: https://github.com/ioxiocom/pyjwt-key-fetcher/compare/0.6.0...0.7.0
[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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyjwt-key-fetcher"
version = "0.6.0"
version = "0.7.0"
description = "Async library to fetch JWKs for JWT tokens"
authors = ["IOXIO Ltd"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 8458b95

Please sign in to comment.