File tree 2 files changed +5
-2
lines changed
lib/after_commit_everywhere
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased ]
7
+ ## 1.2.0 (2022-03-26)
8
8
9
9
### Added
10
10
@@ -22,6 +22,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
22
22
- ` :warn_and_execute ` to print warning and execute immediately
23
23
- ` :raise ` to raise an exception instead of executing
24
24
25
+ [ Pull request #18 ] ( https://github.com/Envek/after_commit_everywhere/pull/18 ) by [ @lolripgg ] [ ] .
26
+
25
27
## 1.1.0 (2021-08-05)
26
28
27
29
### Added
@@ -70,3 +72,4 @@ See [#11](https://github.com/Envek/after_commit_everywhere/issues/11) for discus
70
72
[ @arjun810 ] : https://github.com/arjun810 "Arjun Singh"
71
73
[ @joevandyk ] : https://github.com/joevandyk " Joe Van Dyk "
72
74
[ @stokarenko ] : https://github.com/stokarenko " Sergey Tokarenko "
75
+ [ @lolripgg ] : https://github.com/lolripgg " James Brewer "
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module AfterCommitEverywhere
4
- VERSION = "1.1 .0"
4
+ VERSION = "1.2 .0"
5
5
end
You can’t perform that action at this time.
0 commit comments