diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c9a5e7..e4f6a6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## 1.11.0 (2016-05-23) + + * Add the ability to configure task wait times + * Allow configuration by environment variables + * Update repository references to the new Pa11y organisation + * Add a changelog + ## 1.10.0 (2016-05-18) * Automatically focus on the filter input box when you select the filter diff --git a/README.md b/README.md index 2be5f18..0af3a7e 100644 --- a/README.md +++ b/README.md @@ -139,5 +139,5 @@ Copyright © 2013–2016, Springer Nature [info-build]: https://travis-ci.org/pa11y/pa11y-dashboard [shield-license]: https://img.shields.io/badge/license-GPL%203.0-blue.svg [shield-node]: https://img.shields.io/badge/node.js%20support-0.10-brightgreen.svg -[shield-version]: https://img.shields.io/badge/version-1.10.0-blue.svg +[shield-version]: https://img.shields.io/badge/version-1.11.0-blue.svg [shield-build]: https://img.shields.io/travis/pa11y/pa11y-dashboard/master.svg diff --git a/package.json b/package.json index 8cb930d..33e5f34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pa11y-dashboard", - "version": "1.10.0", + "version": "1.11.0", "private": true, "description": "pa11y-dashboard is a visual web interface to the pa11y accessibility reporter",