Skip to content

Commit 9458b51

Browse files
committed
Bump 1.2.0
1 parent 7e3f87e commit 9458b51

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
## 1.2.0 (2021-06-11)
6+
57
- Add user-defined exception handling ([@skryukov][])
68

79
By default, Logidze raises an exception which causes the entire transaction to fail.

lib/logidze/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 Logidze
4-
VERSION = "1.1.0"
4+
VERSION = "1.2.0"
55
end

0 commit comments

Comments
 (0)