From b7a2979766a9c48a76da02d605a3852a8bd146d2 Mon Sep 17 00:00:00 2001 From: mae <26093674+MaeIsBad@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:37:46 +0200 Subject: [PATCH] Bump --- CHANGELOG.md | 8 +++++++- Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7286838..0c297a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to ## [Unreleased] +--- + +## [0.8.1] - 2024-10-17 + # Fixed - Chrome ERR_SSL_KEY_USAGE_INCOMPATIBLE due to the key usage not being configured. @@ -188,7 +192,9 @@ Note: images temporairly use the public.ecr.aws/c6i9l4r6/localauth0 registry. - First release 🎉 -[Unreleased]: https://github.com/primait/localauth0/compare/0.8.0...HEAD + +[Unreleased]: https://github.com/primait/localauth0/compare/0.8.1...HEAD +[0.8.1]: https://github.com/primait/localauth0/compare/0.8.0...0.8.1 [0.8.0]: https://github.com/primait/localauth0/compare/0.7.2...0.8.0 [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 diff --git a/Cargo.toml b/Cargo.toml index cf593fd..230cbe3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "localauth0" -version = "0.8.0" +version = "0.8.1" # 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 cc25d2f..5bcf144 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ tenant and test it offline for "real". In order to run localauth0 docker image execute the following: ```shell -docker run -d -p 3000:3000 public.ecr.aws/primaassicurazioni/localauth0:0.8.0 +docker run -d -p 3000:3000 public.ecr.aws/primaassicurazioni/localauth0:0.8.1 ``` By default, the container exposes an http server on the port 3000 and an https @@ -247,7 +247,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.8.0 + image: public.ecr.aws/primaassicurazioni/localauth0:0.8.1 healthcheck: test: ["CMD", "/localauth0", "healthcheck"] ports: