Skip to content

Commit

Permalink
mod: bump hotfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
TomFreudenberg committed Feb 13, 2022
1 parent c7d350a commit 10e128c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,10 @@ We suggest everybody using MidiSmtpServer 1.x or 2.x to switch at least to lates

For upgrades from version 1.x or from _Mini_SmtpServer you may follow the guides (see appendix) how to change your existing code to be compatible with the latest 2.x releases.

#### 2.3.3 (2022-02-12)

1. Critical fix for thread safety ([check issue 39](https://github.com/4commerce-technologies-AG/midi-smtp-server/issues/39))

#### 2.3.2 (2020-01-21)

1. New [hosts wildcard and interface detection](https://github.com/4commerce-technologies-AG/midi-smtp-server#hosts-hosts-wildcard-and-interface-detection)
Expand Down Expand Up @@ -1045,7 +1049,7 @@ If you are already using MidiSmtpServer it might be only some straight forward w
def new_message_event(message_hash)
# message_hash[:from]
# message_hash[:to]
# message_hash[:data]
# message_hash[:data]
```

##### MidiSmtpServer
Expand Down
4 changes: 2 additions & 2 deletions lib/midi-smtp-server/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ module VERSION

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

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

DATE = '2020-01-21'
DATE = '2022-02-12'

end

Expand Down

0 comments on commit 10e128c

Please sign in to comment.