diff --git a/CHANGELOG.md b/CHANGELOG.md index a514c825..f71878e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# v1.11.3 + * Add listener for container events and reattach on restart [Pablo] * fix deltas by not using the supervisor as source [Pablo] diff --git a/package.json b/package.json index b1ec92fe..5df2b188 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-supervisor", - "version": "1.11.2", + "version": "1.11.3", "scripts": { "postinstall": "sh postinstall.sh", "start": "./entry.sh"