diff --git a/CHANGELOG.md b/CHANGELOG.md index b69d31fde..7967d04d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,13 @@ _Breaking changes, which may affect downstream projects or sites that embed iD, [@xxxx]: https://github.com/xxxx --> +# 2.9.2 +##### Jun 28, 2018 + +#### :sparkles: Usability +* This release contains a few updates to the background imagery list + + # 2.9.1 ##### Jun 25, 2018 diff --git a/modules/core/context.js b/modules/core/context.js index cd7ee8c3b..7e3ea68eb 100644 --- a/modules/core/context.js +++ b/modules/core/context.js @@ -53,7 +53,7 @@ export function setAreaKeys(value) { export function coreContext() { var context = {}; - context.version = '2.9.1'; + context.version = '2.9.2'; // create a special translation that contains the keys in place of the strings var tkeys = _cloneDeep(dataEn); diff --git a/package.json b/package.json index f81a266f4..d41bcd1e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "2.9.1", + "version": "2.9.2", "description": "A friendly editor for OpenStreetMap", "main": "iD.js", "repository": "openstreetmap/iD",