diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ad0e62..1a824e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic ## [Unreleased] +## [1.0.5] - 2024-01-26 +### Changed +- Update a production public key + ## [1.0.4] - 2024-01-11 ### Changed - Rename `/verify` to `/rarimo-verify` action @@ -44,7 +48,8 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic - Initiated project -[Unreleased]: https://github.com/rarimo/collabland-rarimo-poh-action/compare/1.0.4...HEAD +[Unreleased]: https://github.com/rarimo/collabland-rarimo-poh-action/compare/1.0.5...HEAD +[1.0.5]: https://github.com/rarimo/collabland-rarimo-poh-action/compare/1.0.4...1.0.5 [1.0.4]: https://github.com/rarimo/collabland-rarimo-poh-action/compare/1.0.3...1.0.4 [1.0.3]: https://github.com/rarimo/collabland-rarimo-poh-action/compare/1.0.2...1.0.3 [1.0.2]: https://github.com/rarimo/collabland-rarimo-poh-action/compare/1.0.1...1.0.2 diff --git a/envs.md b/envs.md index a668bdb..c1e5251 100644 --- a/envs.md +++ b/envs.md @@ -25,5 +25,5 @@ COLLABLAND_ED25519_PUBLIC_KEY_HEX="6a6e03cf267fc37761f7e74c59b4f4cc35c6c9cf31115 ```bash APP_URL="https://collabland.robotornot.rarimo.com" POH_APP_URL="https://robotornot.rarimo.com" -COLLABLAND_ED25519_PUBLIC_KEY_HEX="622a25e27b1547daf61d2349fe328f9c3e17e48fb9884934f3d60bd2ab750a0b" +COLLABLAND_ED25519_PUBLIC_KEY_HEX="e18b5a557a8d3b5cb5fae098a02c83f3c61fcf910c1996e92881f885ae9e0da2" ``` diff --git a/package.json b/package.json index 2e0844a..289902d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "collabland-rarimo-poh-action", "description": "Implementation of the Collab.Land action /rarimo-verify command for the Discord server which allows members to verify their humanity using the Rarimo Proof of Humanity case.", - "version": "1.0.4", + "version": "1.0.5", "private": true, "license": "MIT", "author": "Zero Block Global Foundation",