We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19936f3 commit 59bbf90Copy full SHA for 59bbf90
CHANGELOG.md
@@ -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
8
1.1.0
9
-----
10
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- exception-track (1.1.0)
+ exception-track (1.2.0)
exception_notification (~> 4)
kaminari (>= 0.15)
rails (>= 5.2)
lib/exception-track/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module ExceptionTrack
- VERSION = "1.1.0"
+ VERSION = "1.2.0"
end
0 commit comments