diff --git a/CHANGES b/CHANGES index 1c07f46..d420ee0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +v0.1.2 (13 Sep 2015) + Fixed #14. + v0.1.1 (03 Apr 2015) Fixed bug in "abort()". diff --git a/package.json b/package.json index d0b847a..e6eaf23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tftp", - "version": "0.1.1", + "version": "0.1.2", "description": "Streaming TFTP client and server", "keywords": ["tftp", "client", "stream"], "author": "Gabriel Llamas ",