Skip to content

Commit

Permalink
release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kortirso committed Jun 16, 2024
1 parent 7e775a2 commit c3e1a38
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 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
## [0.8.2] - 2024-06-16
### Modified
- removed deprecated webhooks action
- webhooks route optional if no provider present
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
emailbutler (0.8.1)
emailbutler (0.8.2)
dry-container (~> 0.11.0)
pagy (> 4.0)
rails (> 6.0.0)
Expand Down Expand Up @@ -146,7 +146,7 @@ GEM
racc (~> 1.4)
nokogiri (1.16.4-x86_64-darwin)
racc (~> 1.4)
pagy (8.4.2)
pagy (8.4.4)
parallel (1.24.0)
parser (3.3.1.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -264,9 +264,9 @@ GEM
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets-rails (3.5.1)
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
stringio (3.1.0)
thor (1.3.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/emailbutler/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Emailbutler
VERSION = '0.8.1'
VERSION = '0.8.2'
end

0 comments on commit c3e1a38

Please sign in to comment.