Skip to content

Commit

Permalink
Technical/Update version (#117)
Browse files Browse the repository at this point in the history
* Updated application version
* Updated changelog
  • Loading branch information
bestwebua authored Apr 29, 2024
1 parent e5caa4a commit 4083ed6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.11.0] - 2024-04-29

### Changed

- Updated application dependencies ( `net-smtp` 0.5.0, `truemail` 3.3.1)
- Updated development dependencies
- Updated application version

## [0.10.0] - 2024-03-02

### Changed
Expand Down
2 changes: 1 addition & 1 deletion app/truemail_server/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module TruemailServer
VERSION = '0.10.0'
VERSION = '0.11.0'
end

0 comments on commit 4083ed6

Please sign in to comment.