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 b206b1e commit ebfbbc4Copy full SHA for ebfbbc4
CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
+## 1.1.0 (2021-08-05)
10
+
11
### Added
12
13
- Allow to call transactional callbacks directly on `AfterCommitEverywhere` module:
lib/after_commit_everywhere/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module AfterCommitEverywhere
4
- VERSION = "1.0.0"
+ VERSION = "1.1.0"
5
end
0 commit comments