Skip to content

Commit 59bbf90

Browse files
committed
Version 1.2.0
1 parent 19936f3 commit 59bbf90

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.2.0
2+
-----
3+
4+
- Add Dark mode.
5+
- Improve: since no instance variable will be used in block. (#1)
6+
- Added "Back to App" button. (#20)
7+
18
1.1.0
29
-----
310

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
exception-track (1.1.0)
4+
exception-track (1.2.0)
55
exception_notification (~> 4)
66
kaminari (>= 0.15)
77
rails (>= 5.2)

lib/exception-track/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ExceptionTrack
4-
VERSION = "1.1.0"
4+
VERSION = "1.2.0"
55
end

0 commit comments

Comments
 (0)