diff --git a/CHANGELOG b/CHANGELOG index 81a3be3..a9ca5d9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,11 +1,15 @@ +0.4.3 +- fixes https://github.com/simulacre/pry-remote-em/issues/26 +- fixes https://github.com/simulacre/pry-remote-em/issues/24 + 0.4.2 - - fixes https://github.com/simulacre/pry-remote-em/issues/23 +- fixes https://github.com/simulacre/pry-remote-em/issues/23 0.4.1 - - empty lines don't cause termination +- empty lines don't cause termination 0.4.0 - - User/Pass authentication - - TLS support - - Paging support - - Tab completion +- User/Pass authentication +- TLS support +- Paging support +- Tab completion diff --git a/lib/pry-remote-em/version.rb b/lib/pry-remote-em/version.rb index 6955394..d688a84 100644 --- a/lib/pry-remote-em/version.rb +++ b/lib/pry-remote-em/version.rb @@ -1,3 +1,3 @@ module PryRemoteEm - VERSION = '0.4.2' + VERSION = '0.4.3' end