Skip to content

Commit

Permalink
chore(main): release 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 30, 2024
1 parent ab93bfe commit 3de885c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.3.5](https://github.com/sudoblockio/icon-transformer/compare/v0.3.4...v0.3.5) (2024-11-30)


### Bug Fixes

* add redis sentinel pass option ([71de015](https://github.com/sudoblockio/icon-transformer/commit/71de015e040b8aa063f396fe376f3bb0f21ecf71))
* don't die when contracts remove their name ([ab93bfe](https://github.com/sudoblockio/icon-transformer/commit/ab93bfe47a1ec921e67bbd359ba3e84d61d25b99))
* skip in routines ([0a5c338](https://github.com/sudoblockio/icon-transformer/commit/0a5c3388509ab3a6fe0c027e646b15b9ec5f7879))
* update regex for primary key ([5e7f4f4](https://github.com/sudoblockio/icon-transformer/commit/5e7f4f4380494d7e4096465d6f9435f55e482516))
* update unit test ([5de1012](https://github.com/sudoblockio/icon-transformer/commit/5de10129b32ffdffde9efe402e4ee1763639af85))

## [0.3.4](https://github.com/sudoblockio/icon-transformer/compare/v0.3.3...v0.3.4) (2023-03-20)


Expand Down
2 changes: 1 addition & 1 deletion src/global/global.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

// Version - service version
const Version = "v0.3.4" // x-release-please-version
const Version = "v0.3.5" // x-release-please-version

// WaitShutdownSig - wait for system shutdown signal
func WaitShutdownSig() {
Expand Down

0 comments on commit 3de885c

Please sign in to comment.