diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dfcff6..d2c6796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +--- + +## [0.7.2] - 2024-06-20 + ### Changed - Removed `prima_rs_logger` in favour of `tracing` @@ -164,7 +168,9 @@ Note: images temporairly use the public.ecr.aws/c6i9l4r6/localauth0 registry. -[Unreleased]: https://github.com/primait/localauth0/compare/0.7.1...HEAD + +[Unreleased]: https://github.com/primait/localauth0/compare/0.7.2...HEAD +[0.7.2]: https://github.com/primait/localauth0/compare/0.7.1...0.7.2 [0.7.1]: https://github.com/primait/localauth0/compare/0.7.0...0.7.1 [0.7.0]: https://github.com/primait/localauth0/compare/0.6.2...0.7.0 [0.6.2]: https://github.com/primait/localauth0/compare/0.6.1...0.6.2 diff --git a/Cargo.lock b/Cargo.lock index 136ca61..110999e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -957,7 +957,7 @@ checksum = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487" [[package]] name = "localauth0" -version = "0.7.1" +version = "0.7.2" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 105dc33..cc784c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "localauth0" -version = "0.7.1" +version = "0.7.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index cffaa5c..04541a1 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ With localauth0 you can fake your [auth0](https://auth0.com/) tenant and test it In order to run localauth0 docker image execute the following: ```shell -docker run -d -p 3000:3000 public.ecr.aws/primaassicurazioni/localauth0:0.7.1 +docker run -d -p 3000:3000 public.ecr.aws/primaassicurazioni/localauth0:0.7.2 ``` By default, the container exposes an http server on the port 3000 and an https one on port 3001. @@ -173,7 +173,7 @@ Add this snippet to your `docker-compose.yml` file and reference it in your app ```yaml auth0: - image: public.ecr.aws/primaassicurazioni/localauth0:0.7.1 + image: public.ecr.aws/primaassicurazioni/localauth0:0.7.2 healthcheck: test: ["CMD", "/localauth0", "healthcheck"] environment: