Skip to content

Commit

Permalink
mod: bump new version
Browse files Browse the repository at this point in the history
  • Loading branch information
TomFreudenberg committed Aug 15, 2023
1 parent df1ca48 commit 8853f04
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ We suggest everybody using MidiSmtpServer to switch at least to latest 2.3.y. or
For upgrades from previous versions or outdated _MiniSmtpServer_ gem you may follow the guides at [Appendix Upgrade](https://midi-smtp-server.readthedocs.io/appendix_upgrade/) to get your code ready for the latest releases.


#### 3.2.1 (2023-08-15)

1. New feature [proxy](https://midi-smtp-server.readthedocs.io/feature_proxy) ([check issue 49](https://github.com/4commerce-technologies-AG/midi-smtp-server/issues/49))
2. mkdocs update for readthedocs


#### 3.1.2 (2023-05-06)

1. Minor fix for backwards compatibility to method `start` when not using pre_fork options.
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,10 @@ We suggest everybody using MidiSmtpServer to switch at least to latest 2.3.y. or
For upgrades from previous versions or outdated _MiniSmtpServer_ gem you may follow the guides (see appendix) how to change your existing code to be compatible with the latest releases.


#### Latest release: 3.1.2 (2023-05-06)
#### Latest release: 3.2.1 (2023-08-15)

1. Minor fix for backwards compatibility to method `start` when not using pre_fork options.
1. New feature [proxy](https://midi-smtp-server.readthedocs.io/feature_proxy) ([check issue 49](https://github.com/4commerce-technologies-AG/midi-smtp-server/issues/49))
2. mkdocs update for readthedocs


#### Changelog history
Expand Down
6 changes: 3 additions & 3 deletions lib/midi-smtp-server/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ module MidiSmtpServer
module VERSION

MAJOR = 3
MINOR = 1
TINY = 2
MINOR = 2
TINY = 1

STRING = [MAJOR, MINOR, TINY].compact.join('.')

DATE = '2023-05-06'
DATE = '2023-08-15'

end

Expand Down

0 comments on commit 8853f04

Please sign in to comment.