Skip to content

Commit 6afa949

Browse files
committed
REL: update for 2.1.0 release
1 parent a6052d4 commit 6afa949

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Change Log
2+
## 2.1.0 (2025-08-04)
3+
4+
### Enhancements
5+
- **Frontend**: Migrate the UI components from the deprecated one
6+
7+
### Breaking changes
8+
- Grafana v11.X.X or earlier is not supported from this version
9+
210
## 2.0.2 (2025-03-17)
311

412
### Bug fixes

docs/releases.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Release Notes
2+
## 2.1.0
3+
4+
**2025-08-04**
5+
6+
### Enhancements
7+
- **Frontend**: Migrate the UI components from the deprecated one
8+
9+
### Breaking changes
10+
- Grafana v11.X.X or earlier is not supported from this version
11+
212
## 2.0.2
313

414
**2025-03-17**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sasaki77-archiver-appliance",
33
"alerting": true,
44
"private": true,
5-
"version": "2.0.2",
5+
"version": "2.1.0",
66
"description": "ArchiverAppliance",
77
"main": "index.js",
88
"scripts": {

0 commit comments

Comments
 (0)