diff --git a/CHANGELOG.md b/CHANGELOG.md index a1ad5e5..487c4d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,17 @@ +## 1.2.0 + +- Use CTA JSON API +- Remove error handling one-offs +- Send user-agent string + ## 1.1.1 -* Testing & CI infrastructure updates +- Testing & CI infrastructure updates ## 1.1.0 -* Major dependency & formatting updates +- Major dependency & formatting updates ## 1.0.0 -* First public release +- First public release diff --git a/package-lock.json b/package-lock.json index 4c6a99c..c64eb11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "slow-zone", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 16f9507..bb6a644 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slow-zone", - "version": "1.1.1", + "version": "1.2.0", "description": "A client & wrapper for CTA 'L' arrival data", "main": "lib/index.js", "author": "Jeff Long",