diff --git a/CHANGELOG.md b/CHANGELOG.md index 73e0e47..72500f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [0.1.1] - 2023-05-07 + ### Fixed - "Null safety: Cannot pass nullable value to not-nullable argument" with Haxe 4.3 diff --git a/haxelib.json b/haxelib.json index 68a8847..fdfb6c9 100644 --- a/haxelib.json +++ b/haxelib.json @@ -11,7 +11,7 @@ "description": "A basic SSH client library using an pre-installed SSH client (OpenSSH, Putty, or Kitty) under the hood.", "contributors": ["vegardit"], "releasenote": "See https://github.com/vegardit/haxe-sshclient/blob/master/CHANGELOG.md", - "version": "0.1.0", + "version": "0.1.1", "dependencies": { "haxe-concurrent":"", "haxe-files":"",