Skip to content

Commit

Permalink
Update changelog and bump version number (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimnordling authored Sep 19, 2023
1 parent 6383924 commit b228011
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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.5.0"
version = "0.6.0"
description = "Async library to fetch JWKs for JWT tokens"
authors = ["IOXIO"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit b228011

Please sign in to comment.