Skip to content

Commit

Permalink
Bump to v0.5.0 (#32)
Browse files Browse the repository at this point in the history
* 0.5.0

* Add missing unreleased header

Co-authored-by: William Venner <[email protected]>
  • Loading branch information
WilliamVenner and WilliamVenner authored Oct 14, 2022
1 parent 12e67cd commit fb2ddfc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

---

## [0.5.0]

### Added

- Added https server in addition to the current http server.
- Made http/https port configurable in toml file (defaults are 3000/3001).
- Added the subject field to the id_token and userinfo type.

### Changed

- Changed id_token audience to return the client_id as described in the [auth0 doc](https://auth0.com/docs/secure/tokens/id-tokens/validate-id-tokens).

---

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

- First release 🎉

[Unreleased]: https://github.com/primait/localauth0/compare/0.4.1...HEAD
[Unreleased]: https://github.com/primait/localauth0/compare/0.5.0...HEAD
[0.5.0]: https://github.com/primait/localauth0/compare/0.4.1...0.5.0
[0.4.1]: https://github.com/primait/localauth0/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/primait/localauth0/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/primait/localauth0/compare/0.2.2...0.3.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "localauth0"
version = "0.4.1"
version = "0.5.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit fb2ddfc

Please sign in to comment.