Skip to content

Commit

Permalink
Prepare release jsle-0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolae Mihalache committed Apr 28, 2021
1 parent 00d2a61 commit c210cc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 0.12 released 28-Apr-2021
- updated netty version to be compatible with the one used in Yamcs 5.5.0+

Version 0.11 released 17-Feb-2021
- fixed a NPE appearing when the service handler isConnected() or shutdown() were called too early

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.yamcs</groupId>
<artifactId>jsle</artifactId>
<packaging>jar</packaging>
<version>0.11</version>
<version>0.12</version>
<name>jsle</name>
<url>https://github.com/yamcs/jsle</url>
<description>Java implementation for the SLE (Space Link Extension) protocol.</description>
Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.46.Final</version>
<version>4.1.59.Final</version>
</dependency>

<dependency>
Expand Down

0 comments on commit c210cc0

Please sign in to comment.