Skip to content

Commit

Permalink
v0.4.1 (#17)
Browse files Browse the repository at this point in the history
* v0.4.1

* Fix Changelog format
  • Loading branch information
cottinisimone authored Apr 3, 2023
1 parent 5774d62 commit 4984912
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [0.4.1] - 2023-04-03

### Added

- [[#16](https://github.com/primait/jwks_client/pull/16)] Add instrumentation of fetch_keys function.

---

## [0.4.0] - 2022-11-11

### Added
Expand All @@ -19,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- README code example updated with the latest changes.
- *BREAKING* [#11](https://github.com/primait/jwks_client/issues/11) - avoid require owned string as params in getters
- *BREAKING* [[#11](https://github.com/primait/jwks_client/issues/11)] - avoid require owned string as params in getters

---

Expand Down Expand Up @@ -58,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- First release 🎉

[Unreleased]: https://github.com/primait/jwks_client/compare/0.4.0...HEAD
[Unreleased]: https://github.com/primait/jwks_client/compare/0.4.1...HEAD
[0.4.1]: https://github.com/primait/jwks_client/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/primait/jwks_client/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/primait/jwks_client/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/primait/jwks_client/compare/0.1.0...0.2.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jwks_client_rs"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
authors = ["Mite Ristovski <[email protected]>", "Simone Cottini <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add to your `Cargo.toml`
```toml
# Cargo.toml
[dependencies]
jwks_client_rs = "0.4.0"
jwks_client_rs = "0.4"
```

## Code example
Expand Down

0 comments on commit 4984912

Please sign in to comment.