Skip to content

Commit

Permalink
1.1.0: Allow to call transaction callbacks directly on module
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Aug 5, 2021
1 parent b206b1e commit ebfbbc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 1.1.0 (2021-08-05)

### Added

- Allow to call transactional callbacks directly on `AfterCommitEverywhere` module:
Expand Down
2 changes: 1 addition & 1 deletion lib/after_commit_everywhere/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module AfterCommitEverywhere
VERSION = "1.0.0"
VERSION = "1.1.0"
end

0 comments on commit ebfbbc4

Please sign in to comment.