diff --git a/CHANGELOG.md b/CHANGELOG.md index f67806798..5841eaca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## Version 6.1.2 2018-04-29 + +Tested with Node 10. + +CORS and Access-Control-Allow-Methods #1161 + + 747 passing (19s) + 12 pending + + ## Version 6.1.1 2018-04-07 Fixes btoa and atob function to match browser's spec #1160 diff --git a/package.json b/package.json index f827c8186..e4f7043b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zombie", - "version": "6.1.1", + "version": "6.1.2", "description": "Insanely fast, full-stack, headless browser testing using Node.js", "homepage": "https://www.npmjs.com/package/zombie", "author": "Assaf Arkin (http://labnotes.org/)",