Skip to content

Commit 38a4e81

Browse files
authored
Update CHANGELOG and README (#502)
Add v1 CHANGELOG entry and add info on migration guide
1 parent 86b0e6e commit 38a4e81

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [1.44.2](https://github.com/auth0/auth0-java/tree/1.44.2) (2023-01-11)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.44.1...1.44.2)
5+
6+
This patch release does not contain any functional changes, but is being released using an updated signing key for verification as part of our commitment to best security practices.
7+
Please review [the README note for additional details.](https://github.com/auth0/auth0-java/blob/master/README.md)
8+
9+
**Security**
10+
- Bump java-jwt dependency to 3.19.4 [\#498](https://github.com/auth0/auth0-java/pull/498) ([jimmyjames](https://github.com/jimmyjames))
11+
312
## [1.44.1](https://github.com/auth0/auth0-java/tree/1.44.1) (2022-10-25)
413
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.44.0...1.44.1)
514

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
## Documentation
1414
- [Examples](./EXAMPLES.md) - code samples for common auth0-java scenarios.
15+
- [Migration Guide](./MIGRATION_GUIDE.md) - guidance for updating your application to use version 2 of auth0-java.
1516
- [Docs site](https://www.auth0.com/docs) - explore our docs site and learn more about Auth0.
1617

1718
## Getting Started

0 commit comments

Comments
 (0)