diff --git a/CHANGES.md b/CHANGES.md index d88f9de..302fc3a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,12 @@ -2020-01-13, Version 2.2.10 +2020-07-03, Version 2.2.11 +========================== + + * build: disable compiler inlining on z/OS (#146) (Gaby Baghdadi) + + * readme: add sunset info (#144) (Gireesh Punathil) + + +2020-01-12, Version 2.2.10 ========================== * Add hostname to Machine line on AIX (#141) (Richard Lau) diff --git a/package.json b/package.json index c37ec68..e2740bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-report", - "version": "2.2.10", + "version": "2.2.11", "description": "Diagnostic Report for Node.js", "homepage": "https://github.com/nodejs/node-report#readme", "repository": {