From c3a50ad6354cf4ee0ed0dec6327540b4b3c0d4c7 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 23 Jan 2019 00:33:18 -0500 Subject: [PATCH] v0.6.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4705cc957..9a1ddaac4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,26 @@ [#xxx]: https://github.com/osmlab/osm-community-index/issues/xxx --> +## 0.6.0 +##### 2019-Jan-23 + +* New Features: + * Add support for `aparat` community type ([#212]) + +* Add Resources: + * Add Norwegian Telegram ([#213]) + * Add Iran resources: Telegram, Aparat, Forum ([#210]) + * A few renames: "Korea" -> "South Korea", "Srilanka" -> "Sri Lanka" ([#205], [#206]) + * OSM Asia community ([#203]) + +[#213]: https://github.com/osmlab/osm-community-index/issues/213 +[#212]: https://github.com/osmlab/osm-community-index/issues/212 +[#210]: https://github.com/osmlab/osm-community-index/issues/210 +[#206]: https://github.com/osmlab/osm-community-index/issues/206 +[#205]: https://github.com/osmlab/osm-community-index/issues/205 +[#203]: https://github.com/osmlab/osm-community-index/issues/203 + + ## 0.5.0 ##### 2018-Dec-03 diff --git a/package.json b/package.json index a07b5c3d2..ce7eedf60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "osm-community-index", - "version": "0.5.0", + "version": "0.6.0", "license": "ISC", "repository": "osmlab/osm-community-index", "author": "Bryan Housel ",