Skip to content

Commit

Permalink
1.2.0: Allow to change callbacks action when called outside transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Mar 26, 2022
1 parent 70bb102 commit 71db9ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## 1.2.0 (2022-03-26)

### Added

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

[Pull request #18](https://github.com/Envek/after_commit_everywhere/pull/18) by [@lolripgg][].

## 1.1.0 (2021-08-05)

### Added
Expand Down Expand Up @@ -70,3 +72,4 @@ See [#11](https://github.com/Envek/after_commit_everywhere/issues/11) for discus
[@arjun810]: https://github.com/arjun810 "Arjun Singh"
[@joevandyk]: https://github.com/joevandyk "Joe Van Dyk"
[@stokarenko]: https://github.com/stokarenko "Sergey Tokarenko"
[@lolripgg]: https://github.com/lolripgg "James Brewer"
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.1.0"
VERSION = "1.2.0"
end

0 comments on commit 71db9ac

Please sign in to comment.