Skip to content

Commit 71db9ac

Browse files
committed
1.2.0: Allow to change callbacks action when called outside transaction
1 parent 70bb102 commit 71db9ac

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## 1.2.0 (2022-03-26)
88

99
### Added
1010

@@ -22,6 +22,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2222
- `:warn_and_execute` to print warning and execute immediately
2323
- `:raise` to raise an exception instead of executing
2424

25+
[Pull request #18](https://github.com/Envek/after_commit_everywhere/pull/18) by [@lolripgg][].
26+
2527
## 1.1.0 (2021-08-05)
2628

2729
### Added
@@ -70,3 +72,4 @@ See [#11](https://github.com/Envek/after_commit_everywhere/issues/11) for discus
7072
[@arjun810]: https://github.com/arjun810 "Arjun Singh"
7173
[@joevandyk]: https://github.com/joevandyk "Joe Van Dyk"
7274
[@stokarenko]: https://github.com/stokarenko "Sergey Tokarenko"
75+
[@lolripgg]: https://github.com/lolripgg "James Brewer"
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

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

0 commit comments

Comments
 (0)