Skip to content

Commit

Permalink
release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kortirso committed May 11, 2024
1 parent b4beb45 commit 903ce3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0] - 2024-05-11
### Added
- dry container for better dependency injections
- validating configuration during initialization
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.7.6)
emailbutler (0.8.0)
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.7.6'
VERSION = '0.8.0'
end

0 comments on commit 903ce3e

Please sign in to comment.