Skip to content

Commit

Permalink
release 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdanov Anton committed Jul 15, 2024
1 parent 6891c8d commit 1f587ff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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).

## [0.8.3] - 2024-06-16
### Modified
- update gems
- completed mailjet integration

## [0.8.2] - 2024-06-16
### Modified
- removed deprecated webhooks action
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
emailbutler (0.8.2)
emailbutler (0.8.3)
dry-container (~> 0.11.0)
pagy (> 4.0)
rails (> 6.0.0)
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.2'
VERSION = '0.8.3'
end

0 comments on commit 1f587ff

Please sign in to comment.