diff --git a/CHANGELOG.md b/CHANGELOG.md index 49ce6da..0c8dc93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### 2.3.0 / 2017-12-04 ### + +* Render stories when they are replied to (thank you @cce) +* close modal view on esc button +* fix unneeded new thread creation when DMing a group [#22](issues/22) +* You can now upload photos in the DM [#3](issues/3) + ### 2.2.0 / 2017-09-27 ### * Add notification badges to app icon [#29](issues/29) diff --git a/package.json b/package.json index bac00ba..d5db485 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "IGdm", - "version": "2.2.0", + "version": "2.3.0", "description": "Desktop application for Instagram DMs", "main": "main.js", "scripts": {