diff --git a/docs/changes.rst b/docs/changes.rst index e332e0b..b3eeba9 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,11 @@ Changelog ========= +1.0.6 +----- + +- Support parsing `SLONG`. + 1.03 ---- diff --git a/package.json b/package.json index f9c6734..3306cfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piexifjs", - "version": "1.0.5", + "version": "1.0.6", "description": "Read and write exif.", "main": "piexif.js", "repository": {