diff options
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 562dfa0..f87ac52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] + +## [3.1.0] - 2018-06-21 + - Added `--saturate` to change color saturation. - Takes a float as its value: `0.0` to `1.0`. - Added `vim` output file. @@ -648,7 +651,8 @@ Note to self: Don't flag releases before coffee. -[Unreleased]: https://github.com/dylanaraps/pywal/compare/3.0.1...HEAD +[Unreleased]: https://github.com/dylanaraps/pywal/compare/3.1.0...HEAD +[3.1.0]: https://github.com/dylanaraps/pywal/compare/3.0.1...3.1.0 [3.0.1]: https://github.com/dylanaraps/pywal/compare/3.0.0...3.0.1 [3.0.0]: https://github.com/dylanaraps/pywal/compare/2.1.0...3.0.0 [2.1.0]: https://github.com/dylanaraps/pywal/compare/2.0.5...2.1.0 |
