Skip to content

Commit

Permalink
chore: release chores for v0.2.3 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Jun 5, 2024
1 parent 30af841 commit dab005f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.2.3 (2024-06-05)

- Removed custom gas from StoreCode in auto-generated test suite [#67](https://github.com/srdtrk/go-codegen/issues/67)
- Allow migrate messages to be enums. [#74](https://github.com/srdtrk/go-codegen/pull/74)
- Fixed a problem with generating messages in `dao-dao-core`. [#75](https://github.com/srdtrk/go-codegen/issues/75)

## v0.2.2 (2024-05-20)

- Fixed issue [#61](https://github.com/srdtrk/go-codegen/issues/61)
Expand Down
2 changes: 1 addition & 1 deletion pkg/types/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package types

// Version is the current version of the package
const Version = "0.2.2"
const Version = "0.2.3"

0 comments on commit dab005f

Please sign in to comment.