Skip to content

Commit

Permalink
Bumping version to 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Mar 21, 2022
1 parent 4bf5039 commit 520ee47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Next Release

# 1.15.0 (03/21/2022)

* Fix bugsnag notifications
* Improve appsignal message

# 1.14.2 (03/24/2021)

* Fix `capture_exception` signature
Expand All @@ -11,7 +16,7 @@
# 1.14.0 (02/26/2021)

* Add AppSignal integration
* Fix UniformNotifier::Raise.active? when .rails= receives a false value
* Fix `UniformNotifier::Raise.active?` when `.rails=` receives a false value

## 1.13.0 (10/05/2019)

Expand Down
2 changes: 1 addition & 1 deletion lib/uniform_notifier/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class UniformNotifier
VERSION = '1.14.2'
VERSION = '1.15.0'
end

0 comments on commit 520ee47

Please sign in to comment.