Skip to content

Commit

Permalink
changelog for v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dimus committed Mar 24, 2023
1 parent d12e6a9 commit d840efa
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
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## [v1.1.2] - 2023-03-24 Fri

- Add: update dictionaries according to gnverifier data from 2023-03.

## [v1.1.1] - 2023-03-06 Mon

- Add: move everything from internal to pkg to make gnfinder useful as a
Expand Down Expand Up @@ -348,6 +352,7 @@

This document follows [changelog guidelines]

[v1.1.2]: https://github.com/gnames/gnfinder/compare/v1.1.1...v1.1.2
[v1.1.1]: https://github.com/gnames/gnfinder/compare/v1.1.0...v1.1.1
[v1.1.0]: https://github.com/gnames/gnfinder/compare/v1.0.4...v1.1.0
[v1.0.4]: https://github.com/gnames/gnfinder/compare/v1.0.3...v1.0.4
Expand Down
2 changes: 1 addition & 1 deletion pkg/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package gnfinder

var (
Version = "v1.1.1"
Version = "v1.1.2"
Build string
)

0 comments on commit d840efa

Please sign in to comment.