diff --git a/CHANGELOG.md b/CHANGELOG.md index e2ad33d..ab34ac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,20 @@ The format is based on [Keep a Changelog], and this project adheres to [Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ [Semantic Versioning]: https://semver.org/spec/v2.0.0.html -## [Unreleased] +## [0.2.0] - 2019-01-19 -- Next release +### Added + +- Added `Print()`, which prints directly to `os.Stdout` + +### Fixed + +- Fixed support for formatting of structs with unexported fields ## [0.1.1] - 2019-01-16 +### Changed + - Use [Iago] for indentation, etc ## [0.1.0] - 2019-01-16 @@ -25,6 +33,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Unreleased]: https://github.com/dogmatiq/dapper [0.1.1]: https://github.com/dogmatiq/dapper/releases/tag/v0.1.1 [0.1.0]: https://github.com/dogmatiq/dapper/releases/tag/v0.1.0 +[0.2.0]: https://github.com/dogmatiq/dapper/releases/tag/v0.2.0 [Iago]: https://github.com/dogmatiq/iago