From b185649dc56836e074ba74b1666644b0cc092912 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 07:01:17 +0000 Subject: [PATCH] chore(2.x): release 2.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..895bf0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fc6a70..9428772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [2.0.0](https://github.com/mindkomm/timmy/compare/v1.1.0...v2.0.0) (2024-05-08) + + +### ⚠ BREAKING CHANGES + +* Remove Timmy::VERSION constant +* Add compatibility with Timber 2.x + +### Features + +* Add compatibility with Timber 2.x ([1687f3f](https://github.com/mindkomm/timmy/commit/1687f3f036ac7862d37a95a2445f297a4d55f218)) +* Remove Timmy::VERSION constant ([031548b](https://github.com/mindkomm/timmy/commit/031548b849c4219dd7c21b7d9aa062779373cf69)) + + +### Miscellaneous Chores + +* Merge 1.x branch into 2.x ([2ec5254](https://github.com/mindkomm/timmy/commit/2ec52540b95f538d7b4e06ac51ea37e11fcea438)) +* Update release branches ([512efea](https://github.com/mindkomm/timmy/commit/512efea0307beed7994fb8bb8d4652097a6c763f)) + ## [1.1.0](https://github.com/mindkomm/timmy/compare/1.0.0...v1.1.0) (2024-03-26)