Skip to content

Commit

Permalink
Bump 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Aug 29, 2023
1 parent bd8c96e commit 1676887
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master

## 📬 1.0.0 (2023-08-29)

- Add `resolver_pattern` option to specify naming pattern for notifiers without using Procs. ([@palkan][])

- [!IMPORTANT] Notifier's `#notify_later` now do not process the action right away, only enqueue the job. ([@palkan][]).
Expand Down
2 changes: 1 addition & 1 deletion lib/abstract_notifier/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module AbstractNotifier
VERSION = "0.3.2"
VERSION = "1.0.0"
end
2 changes: 1 addition & 1 deletion lib/active_delivery/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActiveDelivery
VERSION = "1.0.0.rc2"
VERSION = "1.0.0"
end

0 comments on commit 1676887

Please sign in to comment.