Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dimus committed Jan 22, 2022
1 parent 3f10d69 commit 40d0ff3
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
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## [v1.6.0]

- Add [#218]: enable/disable logs for web-services, allow logs aggregation
with NSQd.

## [v1.5.7]

- Fix: parsed.NormalizeByType preserves period char.
Expand Down Expand Up @@ -359,6 +364,7 @@ array of names instead of a stream.

This document follows [changelog guidelines]

[v1.6.0]: https://github.com/gnames/gnparser/compare/v1.5.7...v1.6.0
[v1.5.7]: https://github.com/gnames/gnparser/compare/v1.5.6...v1.5.7
[v1.5.6]: https://github.com/gnames/gnparser/compare/v1.5.5...v1.5.6
[v1.5.5]: https://github.com/gnames/gnparser/compare/v1.5.4...v1.5.5
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package gnparser
var (
// Version is the version of the gnparser package. When Makefile is
// used, the version is calculated out of Git tags.
Version = "v1.5.7+"
Version = "v1.6.0+"
// Build is a timestamp of when Makefile was used to compile
// the gnparser code. If go build was used, Build stays empty.
Build string
Expand Down

0 comments on commit 40d0ff3

Please sign in to comment.