diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eac72bc..0cff3f5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ ## master + + + + +## 9.0.0 + **Breaking** - Drop support for Ruby 2.4, support Ruby 2.7+ [@mathroule](https://github.com/mathroule) [#1378](https://github.com/danger/danger/pull/1378) * Update Octokit dependency to version 5.0. - [@mathroule](https://github.com/mathroule) [#1377](https://github.com/danger/danger/pull/1377) * Check pull request to Danger repo on macOS, Ubuntu and Windows - [@mathroule](https://github.com/mathroule) [#1365](https://github.com/danger/danger/pull/1381) @@ -19,7 +25,6 @@ * Allow `import_dangerfile(path: '...')` to accept full path. - [@jkmathew](https://github.com/jkmathew) [#1380](https://github.com/danger/danger/pull/1380) * VSTS / Azure DevOps: Fix submission of inline comments with recent Ruby versions. - [@yanniks](https://github.com/yanniks) - ## 8.6.1 diff --git a/lib/danger/version.rb b/lib/danger/version.rb index 9fdf3cd2..56286eaf 100644 --- a/lib/danger/version.rb +++ b/lib/danger/version.rb @@ -1,4 +1,4 @@ module Danger - VERSION = "8.6.1".freeze + VERSION = "9.0.0".freeze DESCRIPTION = "Like Unit Tests, but for your Team Culture.".freeze end