Skip to content

Commit

Permalink
release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kortirso committed Jun 4, 2024
1 parent 18a0a26 commit c33f9a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 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.1] - 2024-06-04
### Added
- resend provider integration

Expand Down
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
emailbutler (0.8.0)
emailbutler (0.8.1)
dry-container (~> 0.11.0)
pagy (> 4.0)
rails (> 6.0.0)
Expand Down Expand Up @@ -108,7 +108,8 @@ GEM
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
ffi (1.16.3)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.5)
Expand All @@ -131,7 +132,7 @@ GEM
mini_mime (1.1.5)
minitest (5.22.3)
mutex_m (0.2.0)
net-imap (0.4.11)
net-imap (0.4.12)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -145,7 +146,7 @@ GEM
racc (~> 1.4)
nokogiri (1.16.4-x86_64-darwin)
racc (~> 1.4)
pagy (8.4.0)
pagy (8.4.2)
parallel (1.24.0)
parser (3.3.1.0)
ast (~> 2.4.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.0'
VERSION = '0.8.1'
end

0 comments on commit c33f9a2

Please sign in to comment.