Skip to content

Commit

Permalink
docs: added v0.2.2 changelog (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk authored May 20, 2024
1 parent 236a3c7 commit 6632034
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

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

- Fixed issue [#61](https://github.com/srdtrk/go-codegen/issues/61)
- Added the testvalues package to the generated test suite [#60](https://github.com/srdtrk/go-codegen/issues/60)

## v0.2.1 (2024-05-19)

- Fixed issue [#56](https://github.com/srdtrk/go-codegen/issues/56)
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.1"
const Version = "0.2.2"

0 comments on commit 6632034

Please sign in to comment.