Skip to content

Commit

Permalink
Version bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki24 committed Sep 22, 2021
1 parent ba676f8 commit 9377594
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
## v1.2.0-alpha (unreleased)
## v2.0.0

- Add your change here
#### Breaking Changes

- Drop support for Rails 4.1 and older (https://github.com/yuki24/rambulance/pull/62, @yuki24)

#### Features

- Add support for Rails 6.1 and Ruby 3.0 (https://github.com/yuki24/rambulance/pull/61, https://github.com/yuki24/rambulance/pull/63, @gingerlime, @yuki24)

#### Bug fixes

- POST with invalid JSON triggers a 500 (https://github.com/yuki24/rambulance/pull/59, @gingerlime)
- Fix 'directry' typo (https://github.com/yuki24/rambulance/pull/57, @andyw8)

## [v1.1.1](https://github.com/yuki24/rambulance/tree/v1.1.1)

Expand Down
2 changes: 1 addition & 1 deletion lib/rambulance/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Rambulance
VERSION = "1.2.0-alpha"
VERSION = "2.0.0"
end

0 comments on commit 9377594

Please sign in to comment.