Skip to content

Commit

Permalink
Merge pull request #34 from tlf30/33-release-0.1.1
Browse files Browse the repository at this point in the history
Release v0.1.1
  • Loading branch information
tlf30 authored Feb 11, 2021
2 parents 8daae33 + a452ca5 commit 00f8a3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### v0.1.1
* Fixed concurrency issues with Collections (#31)
* Updated Netty.IO to version 4.1.58 (29)
* Updated Gradle to version 6.8.1 (#30)

#### v0.1.0
* SSL Support for TCP channel (#5, #6)
* Optimize network message transport (#4, #11)
Expand All @@ -8,4 +13,4 @@
* Fixed issue where dropped sockets would not be detected (#10, #23)

#### V0.0.0
Initial Release
Initial Release
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
allprojects {
version = '0.1.1-SNAPSHOT'
version = '0.1.1'
group = "io.tlf.monkeynetty"

ext {
Expand Down

0 comments on commit 00f8a3b

Please sign in to comment.