diff --git a/CHANGELOG.md b/CHANGELOG.md index c15bcf5..9dc456a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v1.1.2] - 2016-08-16 +### Added +- Use Google maps API Key if available + +### Fixed +- Assets handling in Cockpit view + ## [v1.1.1] - 2016-03-21 ### Fixed - Import from Cockpit export JSON @@ -27,7 +34,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added - Initial release -[Unreleased]: https://github.com/piotr-cz/cockpit-import/compare/v1.1.1...HEAD +[Unreleased]: https://github.com/piotr-cz/cockpit-import/compare/v1.1.2...HEAD +[v1.1.1]: https://github.com/piotr-cz/cockpit-import/compare/v1.1.1...v1.1.2 [v1.1.1]: https://github.com/piotr-cz/cockpit-import/compare/v1.1.0...v1.1.1 [v1.1.0]: https://github.com/piotr-cz/cockpit-import/compare/v1.0.0...v1.1.0 [v1.0.0]: https://github.com/piotr-cz/cockpit-import/compare/v1.0.0-rc.1...v1.0.0 diff --git a/module.json b/module.json index 94550c4..c11cc8a 100644 --- a/module.json +++ b/module.json @@ -1,6 +1,6 @@ { "name" : "Import", - "version" : "1.1.1", + "version" : "1.1.2", "description": "Spreadsheet import module", "homepage" : "https://github.com/piotr-cz/cockpit-import", "check_url" : "https://raw.github.com/piotr-cz/cockpit-import/master/package.json", diff --git a/package.json b/package.json index d9fe4f3..7372463 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cockpit-import-module", - "version": "1.1.1", + "version": "1.1.2", "description": "Spreadsheet import module for Cockpit CMS", "main": "gulpfile.js", "scripts": {