diff --git a/CHANGELOG.md b/CHANGELOG.md index 97798e9c..70a37d36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [3.6.0] - 2023-06-19 ### Added * The new env variable `$VIMB_SELECTION` is set to the current selected text whenever a `shellcmd` is run #592. @@ -332,7 +334,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. cookie file * Fixed none POSIX `echo -n` call -[Unreleased]: https://github.com/fanglingsu/vimb/compare/3.6.0...master +[Unreleased]: https://github.com/fanglingsu/vimb/compare/3.7.0...master +[3.z.0]: https://github.com/fanglingsu/vimb/compare/3.6.0...3.7.0 [3.6.0]: https://github.com/fanglingsu/vimb/compare/3.5.0...3.6.0 [3.5.0]: https://github.com/fanglingsu/vimb/compare/3.4.0...3.5.0 [3.4.0]: https://github.com/fanglingsu/vimb/compare/3.3.0...3.4.0