Skip to content

Commit

Permalink
update production collabland public key
Browse files Browse the repository at this point in the history
  • Loading branch information
napalmpapalam committed Jan 26, 2024
1 parent a9ca19a commit 90f0ae4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion envs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 90f0ae4

Please sign in to comment.