Skip to content

Commit

Permalink
update changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dropwhile committed Jan 13, 2021
1 parent a0787c9 commit 7eb0950
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Changelog
=========

## head

## 5.0.0 2021-01-13
* Add Tag support: suffix-octothorpe, infix-comma, infix-semicolon (GH-53)
* Remove previously deprecated NoopClient. Use a nil `*Client` Statter as a
replacement, if needed. Ex:
Expand All @@ -12,7 +14,6 @@ Changelog
err = client.Inc("stat1", 42, 1.0)
```


## 4.0.0 2020-11-05
* Fix go.mod versioning. (GH-51,GH-52)
* Bump major version for go.mod change, just in an attempt to be safer
Expand Down

0 comments on commit 7eb0950

Please sign in to comment.