Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Sep 2, 2022
1 parent 2c88715 commit e09a6ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -11,6 +11,12 @@
## master

<!-- Your comment below here -->

<!-- Your comment above here -->


## 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)
Expand All @@ -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)

<!-- Your comment above here -->

## 8.6.1

Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit e09a6ea

Please sign in to comment.