diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e56928..8215497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,18 @@ ### Changed -- Allow overwriting action endpoints. This is useful for mocking the API. ([@lowiebenoot](https://github.com/lowiebenoot) in [#334](https://github.com/teamleadercrm/sdk-js/pull/334)) - ### Deprecated ### Removed ### Fixed +## [6.0.2] - 2022-08-31 + +### Changed + +- Allow overwriting action endpoints. This is useful for mocking the API. ([@lowiebenoot](https://github.com/lowiebenoot) in [#334](https://github.com/teamleadercrm/sdk-js/pull/334)) + ## [6.0.1] - 2022-08-30 ### Changed diff --git a/package.json b/package.json index f029add..2a5e645 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@teamleader/api", - "version": "6.0.1", + "version": "6.0.2", "description": "Teamleader API SDK", "main": "dist/cjs/main.js", "module": "dist/es/main.js",