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 7b3f540 commit 9b1f565Copy full SHA for 9b1f565
CHANGELOG.md
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
+## 1.0.0 (2021-02-17)
10
+
11
+Declare gem as stable. No changes since 0.1.5.
12
13
+See [#11](https://github.com/Envek/after_commit_everywhere/issues/11) for discussion.
14
15
## 0.1.5 (2020-03-22)
16
17
### Fixed
lib/after_commit_everywhere/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module AfterCommitEverywhere
4
- VERSION = "0.1.5"
+ VERSION = "1.0.0"
5
end
0 commit comments