Skip to content

Commit

Permalink
Merge pull request #335 from interagent/fix-changelog
Browse files Browse the repository at this point in the history
Fix/update changelog to keep it in sync with "Keep a Changelog" format
  • Loading branch information
stevenharman authored May 11, 2020
2 parents c3f3c2f + 0f46d72 commit 182b447
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.28.0] - 2020-05-06
### Changed
- Ensure all strings with spaces are quoted in logs. ([#332](https://github.com/interagent/pliny/pull/332))
Expand Down Expand Up @@ -167,7 +169,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Useless code coverage reports. ([#255](https://github.com/interagent/pliny/pull/255))
- Cleanup of active database connections after migration runs. ([#257](https://github.com/interagent/pliny/pull/257))

[Unreleased]: https://github.com/interagent/pliny/compare/v0.27.1...HEAD
[Unreleased]: https://github.com/interagent/pliny/compare/v0.28.0...HEAD
[0.28.0]: https://github.com/interagent/pliny/compare/v0.27.1...v0.28.0
[0.27.1]: https://github.com/interagent/pliny/compare/v0.27.0...v0.27.1
[0.27.0]: https://github.com/interagent/pliny/compare/v0.26.2...v0.27.0
[0.26.2]: https://github.com/interagent/pliny/compare/v0.26.1...v0.26.2
Expand Down

0 comments on commit 182b447

Please sign in to comment.