Skip to content

Commit a151750

Browse files
chore(main): release 1.2.0
1 parent a5bc0f8 commit a151750

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0"
2+
".": "1.2.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/AppsGanin/rospanel/compare/v1.1.0...v1.2.0) (2026-07-20)
4+
5+
6+
### Features
7+
8+
* **telegram:** support relay, broadcasts, and the scaling work that came out of it ([#34](https://github.com/AppsGanin/rospanel/issues/34)) ([a5bc0f8](https://github.com/AppsGanin/rospanel/commit/a5bc0f8a035da7a0e2f155d092974e038dde0454))
9+
10+
11+
### Bug Fixes
12+
13+
* **telegram:** handle 429 rate limits with retry logic ([170a95d](https://github.com/AppsGanin/rospanel/commit/170a95d7875e28ed133d52d07ab2065fe9856b7f))
14+
315
## [1.1.0](https://github.com/AppsGanin/rospanel/compare/v1.0.0...v1.1.0) (2026-07-16)
416

517

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package version
44
// Version is the current release, kept in sync automatically by release-please
55
// (via the extra-files entry in release-please-config.json). The trailing
66
// annotation comment is the marker release-please rewrites on each release.
7-
const Version = "1.1.0" // x-release-please-version
7+
const Version = "1.2.0" // x-release-please-version

0 commit comments

Comments
 (0)