Skip to content

Commit

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

## v0.2.4 (2024-06-07)

- Fixed the geenration of some incorrectly formated query responses [#79](https://github.com/srdtrk/go-codegen/pull/79)
- Allow `MigrateMsg` to be an enum [#79](https://github.com/srdtrk/go-codegen/pull/79)
- Bumped go and golangci-lint versions in the autogenerated github actions. [#65](https://github.com/srdtrk/go-codegen/issues/65) and [#68](https://github.com/srdtrk/go-codegen/issues/68)
- Fixed unnecessary override of `contract_test.go`. [#66](https://github.com/srdtrk/go-codegen/issues/66)
- Fixed the use of incorrect package name in `contract_test.go`. [#82](https://github.com/srdtrk/go-codegen/issues/82)

## 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)
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.3"
const Version = "0.2.4"

0 comments on commit 6fcbfe2

Please sign in to comment.