diff --git a/CHANGELOG.md b/CHANGELOG.md index e5889dc56..7dab399cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [11.1.2] - 2020-04-17 + ### Fixed * [#657](https://github.com/deivid-rodriguez/byebug/pull/657): crash when hitting \ due to IRB completion mechanism included in the default ruby 2.7 version of the `irb` gem ([@terceiro]). @@ -812,7 +814,8 @@ * Initial release. -[Unreleased]: https://github.com/deivid-rodriguez/byebug/compare/v10.0.2...HEAD +[Unreleased]: https://github.com/deivid-rodriguez/byebug/compare/v11.1.2...HEAD +[11.1.2]: https://github.com/deivid-rodriguez/byebug/compare/v11.1.1...v11.1.2 [11.1.1]: https://github.com/deivid-rodriguez/byebug/compare/v11.1.0...v11.1.1 [11.1.0]: https://github.com/deivid-rodriguez/byebug/compare/v11.0.1...v11.1.0 [11.0.1]: https://github.com/deivid-rodriguez/byebug/compare/v11.0.0...v11.0.1 diff --git a/Gemfile.lock b/Gemfile.lock index e7c01e5c9..878fa918e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - byebug (11.1.1) + byebug (11.1.2) GEM remote: https://rubygems.org/ diff --git a/lib/byebug/version.rb b/lib/byebug/version.rb index 2093c67b6..4377d26d3 100644 --- a/lib/byebug/version.rb +++ b/lib/byebug/version.rb @@ -4,5 +4,5 @@ # Reopen main module to define the library version # module Byebug - VERSION = "11.1.1" + VERSION = "11.1.2" end