diff --git a/changelog.md b/changelog.md index 5f1e01f..d9034f3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,11 @@ +0.4.3 / 2014-03-25 +================== + + * update; use country and city on geocoder + * update; license + * fix; potential undefined country code for bing + 0.4.2 / 2014-03-18 ================== diff --git a/package.json b/package.json index 9d34700..05274f1 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "wheredat", "description": "A simple, easy to use, geocoding interface for web applications", "keywords": ["leaflet","geocode","bing","widget"], - "version": "0.4.2", + "version": "0.4.3", "homepage": "http://wheredat.adc4gis.com", "bin": { "wheredat": "server.js" }, "repository": {