Skip to content

Commit

Permalink
chore(release): bump version from 0.8.0 to 1.0.0 (#218)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
interoplabs-ci and github-actions[bot] authored Nov 27, 2024
1 parent af17dcb commit 4e79ae2
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 71 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-suns-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-humans-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-candles-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-eggs-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-dots-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-goats-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-hounds-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-pumas-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-comics-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-bananas-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-goats-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-buttons-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-eagles-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-actors-shout.md

This file was deleted.

25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @axelar-network/axelar-cgp-sui

## 1.0.0

### Major Changes

- af17dcb: Change to sui testnet-v1.38.2

### Minor Changes

- e8a50a7: added randomness to all axelar gateway tests
- 7dd615b: Removed remote decimals tracking from ITS as it will be handled at the hub.
- 409d52f: Paying for gas now requires the message ticket instead of the call information.
- 952c2e7: Add events to register and remove transaction on relayer discovery
- c165a48: Add allow_function and disallow_function on gas_service
- 167786c: Add allow_function and disallow_function to relayer_discovery.
- ce71858: add allow and disallow functions in ITS
- 9f656e2: Added js e2e tests for squid, and fixed a few things with squid as well.
- ada6fd9: Add a query for version on version_control, change CreatorCap to OwnerCap and allow owner to set allowed functions in gateway
- d0bfec4: move all events of gas service to gas_service::events and all logic to the versioned contract.
- bc498d6: added allow_function and disallow_function to squid

### Patch Changes

- 7a498e9: added events to its trusted address adding and removing
- cd52fed: added access to set flow limit on its and a corresponding event

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelar-network/axelar-cgp-sui",
"version": "0.8.0",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/axelarnetwork/axelar-cgp-sui"
Expand Down

0 comments on commit 4e79ae2

Please sign in to comment.