Skip to content

Commit

Permalink
Updated README with release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
hierynomus committed Apr 14, 2017
1 parent 531eb97 commit 8e15a8b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= sshj - SSHv2 library for Java
Jeroen van Erp
:sshj_groupid: com.hierynomus
:sshj_version: 0.19.0
:sshj_version: 0.21.0
:source-highlighter: pygments

image:https://travis-ci.org/hierynomus/sshj.svg?branch=master[link="https://travis-ci.org/hierynomus/sshj"]
Expand Down Expand Up @@ -84,7 +84,7 @@ compression::
`zlib` and `[email protected]` (delayed zlib)

private key files::
`pkcs5`, `pkcs8`, `openssh-key-v1`
`pkcs5`, `pkcs8`, `openssh-key-v1`, `[email protected]`, `[email protected]`

If you need something that is not included, it shouldn't be too hard to add (do contribute it!)

Expand All @@ -104,7 +104,8 @@ Google Group: http://groups.google.com/group/sshj-users
Fork away!

== Release history
SSHJ ?.??.? (2017-??-??)::
SSHJ 0.21.0 (2017-04-14)::
* Merged https://github.com/hierynomus/sshj/pulls/319[#319]: Added support for `[email protected]` and `[email protected]` certificate key files
* Upgraded Gradle to 3.4.1
* Merged https://github.com/hierynomus/sshj/pulls/305[#305]: Added support for custom string encoding
* Fixed https://github.com/hierynomus/sshj/issues/312[#312]: Upgraded BouncyCastle to 1.56
Expand Down

0 comments on commit 8e15a8b

Please sign in to comment.