Skip to content

Commit e81e8f5

Browse files
committed
Update CHANGELOG
1 parent 7209020 commit e81e8f5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.5.0] - 2020-01-03
8+
9+
### Changed
10+
- Remove the dependency on github.com/kr/logfmt by [@ChrisHines]
11+
- Move fuzz code to github.com/go-logfmt/fuzzlogfmt by [@ChrisHines]
12+
713
## [0.4.0] - 2018-11-21
814

915
### Added
@@ -30,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3036
- Decoder by [@ChrisHines]
3137
- MarshalKeyvals by [@ChrisHines]
3238

39+
[0.5.0]: https://github.com/go-logfmt/logfmt/compare/v0.4.0...v0.5.0
3340
[0.4.0]: https://github.com/go-logfmt/logfmt/compare/v0.3.0...v0.4.0
3441
[0.3.0]: https://github.com/go-logfmt/logfmt/compare/v0.2.0...v0.3.0
3542
[0.2.0]: https://github.com/go-logfmt/logfmt/compare/v0.1.0...v0.2.0

0 commit comments

Comments
 (0)