diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b0d98834bf585985f10daa7e51cee856fe781aa..fb0f67e44d41cae141c709e601fefb20b70d4d05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ # Changelog +## 2.0.1 + ## 2.0.0 * Moved abstraction over to abstractify library. * Added more parsing methods so entry points now take strings rather than KISS encoded data. * Added errors where appropriate, for example writing invalid frames now throw an IOError. +* The write and read methods now take frames in the form of a map of strings, all encoding is now handled by the library. ## 1.0.3 diff --git a/lib/kiss/app_info.rb b/lib/kiss/app_info.rb index e3b2e0e14f4b84dea5489ef7e001dbfec4ba0bf1..78f5ac86a26fd67fb2f64f3f769c24000570443d 100644 --- a/lib/kiss/app_info.rb +++ b/lib/kiss/app_info.rb @@ -1,3 +1,3 @@ module Kiss - VERSION = "2.0.0" + VERSION = "2.0.1" end