diff --git a/CHANGELOG.md b/CHANGELOG.md index dc8879b2..dd0d07f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,16 @@ https://github.com/capistrano/capistrano/compare/v3.8.1...HEAD * Your contribution here! +## `3.8.2` (2017-06-16) + +https://github.com/capistrano/capistrano/compare/v3.8.1...v3.8.2 + +### Breaking changes: + +* None + +### Other changes: + * [#1882](https://github.com/capistrano/capistrano/pull/1882): Explain where to add new Capfile lines in scm deprecation warning - [@robd](https://github.com/robd) ## `3.8.1` (2017-04-21) diff --git a/lib/capistrano/version.rb b/lib/capistrano/version.rb index 72064d89..22a42aad 100644 --- a/lib/capistrano/version.rb +++ b/lib/capistrano/version.rb @@ -1,3 +1,3 @@ module Capistrano - VERSION = "3.8.1".freeze + VERSION = "3.8.2".freeze end