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 Jul 24, 2023
1 parent b396c66 commit b39e6d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.5](https://github.com/sudoblockio/icon-transformer/compare/v0.3.4...v0.3.5) (2023-07-24)


### Bug Fixes

* skip in routines ([0a5c338](https://github.com/sudoblockio/icon-transformer/commit/0a5c3388509ab3a6fe0c027e646b15b9ec5f7879))

## [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 b39e6d0

Please sign in to comment.