diff --git a/docs/changelog.md b/docs/changelog.md index 219d45d0..9e2f323b 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +## `3.2.0` + +- #79 [BVG profile](p/cmta) – Thanks @nickturskyi! + ## `3.1.2` - f796337 handle warnings without schedule `sDate`/`eDate`/`lModDate` 🐛 diff --git a/package.json b/package.json index c08c2ef3..ced366b2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "JavaScript client for HAFAS public transport APIs.", - "version": "3.1.2", + "version": "3.2.0", "main": "index.js", "files": [ "index.js",