Skip to content

Commit

Permalink
Merge pull request #12 from sudoblockio/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.2.3
  • Loading branch information
shreyasbhat0 authored Oct 11, 2024
2 parents 141493b + 5c28fb2 commit bcb329a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.3](https://github.com/sudoblockio/icon-contracts/compare/v0.2.2...v0.2.3) (2024-10-11)


### Bug Fixes

* capitalise router tags ([141493b](https://github.com/sudoblockio/icon-contracts/commit/141493b394078591839c93e1e252caab74631c05))

## [0.2.2](https://github.com/sudoblockio/icon-contracts/compare/v0.2.1...v0.2.2) (2024-10-07)


Expand Down
2 changes: 1 addition & 1 deletion icon_contracts/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class Settings(BaseSettings):
NAME: str = "contracts"
VERSION: str = "v0.2.2" # x-release-please-version
VERSION: str = "v0.2.3" # x-release-please-version
NETWORK_NAME: str = "mainnet"

# Ports
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="vaults-etl",
version="0.2.2",
version="0.2.3",
author="Geometry Labs, Inc.",
license="CLOSED",
python_requires=">=3.6",
Expand Down

0 comments on commit bcb329a

Please sign in to comment.