Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad committed Oct 17, 2024
1 parent a643d11 commit b7a2979
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
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.8.0"
version = "0.8.1"

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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit b7a2979

Please sign in to comment.