diff --git a/CHANGELOG.md b/CHANGELOG.md index e3547cfc1..a816e43f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,6 @@ ### Added -- `Toggle`: `tooltip` and `tooltipPosition` props. ([@qubis741](https://github.com/qubis741)) in [#2355](https://github.com/teamleadercrm/ui/pull/2355)) - ### Changed ### Deprecated @@ -14,6 +12,12 @@ ### Dependency updates +## [16.1.0] - 2022-09-16 + +### Added + +- `Toggle`: `tooltip` and `tooltipPosition` props. ([@qubis741](https://github.com/qubis741)) in [#2355](https://github.com/teamleadercrm/ui/pull/2355)) + ## [16.0.4] - 2022-09-12 ### Fixed diff --git a/package.json b/package.json index b69df747d..a835bbd83 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@teamleader/ui", "description": "Teamleader UI library", - "version": "16.0.4", + "version": "16.1.0", "author": "Teamleader ", "bugs": { "url": "https://github.com/teamleadercrm/ui/issues"