diff --git a/CHANGELOG.md b/CHANGELOG.md index 42917f8..5d2612c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.2.0](https://github.com/uamanager/homebridge-cron-scheduler/compare/v1.1.0...v1.2.0) (2023-01-27) + + +### Features + +* timezone configuration ([870ae6b](https://github.com/uamanager/homebridge-cron-scheduler/commit/870ae6b9ee7942f295e916d4d2dc8b217d51147c)) + ## 1.1.0 (2023-01-27) diff --git a/package.json b/package.json index 7394efa..f085c3f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": false, "displayName": "Homebridge Cron Scheduler", "name": "homebridge-cron-scheduler", - "version": "1.1.0", + "version": "1.2.0", "description": "Cron Scheduler plugin for Homebridge, which allows scheduling of triggers using cron expressions.", "license": "Apache-2.0", "repository": {