From 60472de69916da14472029276f15d5cba1d3abf7 Mon Sep 17 00:00:00 2001 From: Max Gallup <71069158+maxgallup@users.noreply.github.com> Date: Thu, 31 Jul 2025 18:53:17 +0200 Subject: [PATCH] chore(main): release 2.0.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8903022..2446aaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.0.0](https://github.com/VU-ASE/battery/compare/v1.2.1...v2.0.0) (2025-07-31) + + +### ⚠ BREAKING CHANGES + +* update to rovercom v2 + +### Features + +* added pr event trigger for build action ([e2c3fe3](https://github.com/VU-ASE/battery/commit/e2c3fe36b5a1dceeedad9808ec2d9c016c4f6d32)) +* update to rovercom v2 ([b75af3f](https://github.com/VU-ASE/battery/commit/b75af3fbafb2e961b6bb6b27b5757176856cb9f6)) + ## [1.2.1](https://github.com/VU-ASE/battery/compare/v1.2.0...v1.2.1) (2025-01-06)