Skip to content

Commit 4083ed6

Browse files
authored
Technical/Update version (#117)
* Updated application version * Updated changelog
1 parent e5caa4a commit 4083ed6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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).
44

5+
## [0.11.0] - 2024-04-29
6+
7+
### Changed
8+
9+
- Updated application dependencies ( `net-smtp` 0.5.0, `truemail` 3.3.1)
10+
- Updated development dependencies
11+
- Updated application version
12+
513
## [0.10.0] - 2024-03-02
614

715
### Changed

app/truemail_server/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module TruemailServer
4-
VERSION = '0.10.0'
4+
VERSION = '0.11.0'
55
end

0 commit comments

Comments
 (0)