diff --git a/CHANGELOG.md b/CHANGELOG.md index a544d7a..7d3f018 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 @@ -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" diff --git a/lib/after_commit_everywhere/version.rb b/lib/after_commit_everywhere/version.rb index e8f92d6..c881232 100644 --- a/lib/after_commit_everywhere/version.rb +++ b/lib/after_commit_everywhere/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module AfterCommitEverywhere - VERSION = "1.1.0" + VERSION = "1.2.0" end