Skip to content

Commit

Permalink
Merge pull request #149 from Concordium/update-rust-sdk
Browse files Browse the repository at this point in the history
Rust-sdk bump
  • Loading branch information
rasmus-kirk authored Sep 19, 2024
2 parents fd7c5e7 + 5a2d8f4 commit 6bb7c11
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 3 deletions.
7 changes: 7 additions & 0 deletions examples/bots/discord-bot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Unreleased changes

- Bumped the concordium-rust-sdk dependency for the protocol 7 release

## 1.0.0

- Initial release
4 changes: 4 additions & 0 deletions examples/bots/telegram-bot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased changes

- bumped the concordium-rust-sdk dependency for the protocol 7 release

## 1.0.1

- Upgraded teloxide to get exponential backoff on Telegram API errors
Expand Down
4 changes: 4 additions & 0 deletions examples/some-issuer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased changes

- Bumped the concordium-rust-sdk dependency for the protocol 7 release

## Telegram/Discord 1.0.3

- Upgrade frontend dependencies @concordium/web-sdk and @concordium/browser-wallet-api-helpers
Expand Down
3 changes: 3 additions & 0 deletions examples/some-verifier-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Unreleased changes

- Bumped the concordium-rust-sdk dependency for the protocol 7 release
5 changes: 3 additions & 2 deletions examples/some-verifier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 1.0.4
## Unreleased changes

Add privacy notice when requesting verifications.
- Add privacy notice when requesting verifications.
- Bumped the concordium-rust-sdk dependency for the protocol 7 release

## 1.0.3

Expand Down
2 changes: 2 additions & 0 deletions services/web3id-issuer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased changes

- Bumped the concordium rust-sdk dependency for the protocol 7 release

## 0.3.2

- Fix a bug where the state of the server could become inconsistent if a client cancelled a request while the server was waiting for response from the node.
Expand Down
1 change: 1 addition & 0 deletions services/web3id-verifier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Unreleased changes

- Bumped the concordium rust-sdk dependency for the protocol 7 release
- Add health endpoint.

## 0.5.0
Expand Down
2 changes: 2 additions & 0 deletions test-tools/issuer-front-end/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased changes

- Backend: Bumped the concordium rust-sdk dependency for the protocol 7 release

## 1.0.14

- Fix BigInts decoding of the return parameter from the smart contract invoke.
Expand Down
3 changes: 3 additions & 0 deletions test-tools/web3id-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Unreleased changes

- Bumped the concordium rust-sdk dependency for the protocol 7 release

0 comments on commit 6bb7c11

Please sign in to comment.