Skip to content

Commit

Permalink
Prepare 1.1.0 release (#158)
Browse files Browse the repository at this point in the history
* Prepare 1.1.0 release

* Update release date
  • Loading branch information
mattbrictson committed Jul 2, 2020
1 parent f4498e2 commit cfe0c01
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
**Note:** Don't let the apparent lack of activity here scare you away. Almost all changes are captured in the
prototype repo (see [raygun-rails](https://github.com/carbonfive/raygun-rails)), and it's kept pretty well up to date.

## 1.1.0 [2020-07-02]

Breaking:

* Require Ruby 2.4+ (#151)

New features:

* Copy `.rubocop.yml` template instead of using a fragile link to the c5-conventions repo (#148)
* Initialize zapped projects with a default branch of "main" (#157)

Docs:

* Add Bootstrap instructions to the README (it has been removed from the app prototype) (#141)

Housekeeping:

* Add bundler and rake development dependencies (#143)
* Upgrade to Ruby 2.6.5 (#142)

## 1.0.4 [2017-11-28]

* Tweak instructions: use `heroku local` instead of `foreman s` (#138, thanks @mattbrictson)
Expand Down
2 changes: 1 addition & 1 deletion lib/raygun/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Raygun
VERSION = "1.0.4"
VERSION = "1.1.0"
end

0 comments on commit cfe0c01

Please sign in to comment.