diff --git a/CHANGELOG.md b/CHANGELOG.md index ae14fdd37..f36a15a7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [11.1.3] - 2020-04-23 + ### Fixed * [#674](https://github.com/deivid-rodriguez/byebug/pull/674): crash when using byebug on ruby 2.7.0 on Windows. @@ -818,7 +820,8 @@ * Initial release. -[Unreleased]: https://github.com/deivid-rodriguez/byebug/compare/v11.1.2...HEAD +[Unreleased]: https://github.com/deivid-rodriguez/byebug/compare/v11.1.3...HEAD +[11.1.3]: https://github.com/deivid-rodriguez/byebug/compare/v11.1.2...v11.1.3 [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 diff --git a/Gemfile.lock b/Gemfile.lock index 878fa918e..0b7391220 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - byebug (11.1.2) + byebug (11.1.3) GEM remote: https://rubygems.org/ diff --git a/lib/byebug/version.rb b/lib/byebug/version.rb index 4377d26d3..9078ae6cc 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.2" + VERSION = "11.1.3" end