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 7e3f87e commit 9458b51Copy full SHA for 9458b51
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master (unreleased)
4
5
+## 1.2.0 (2021-06-11)
6
+
7
- Add user-defined exception handling ([@skryukov][])
8
9
By default, Logidze raises an exception which causes the entire transaction to fail.
lib/logidze/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module Logidze
- VERSION = "1.1.0"
+ VERSION = "1.2.0"
end
0 commit comments