Skip to content

Commit 17eb371

Browse files
authored
Merge pull request #32 from AppsGanin/release-please--branches--main--components--rospanel
chore(main): release 1.1.0
2 parents 33042a5 + c66a65c commit 17eb371

3 files changed

Lines changed: 9 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.0.0"
2+
".": "1.1.0"
33
}

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/AppsGanin/rospanel/compare/v1.0.0...v1.1.0) (2026-07-16)
4+
5+
6+
### Features
7+
8+
* **iplist:** add iplist database support with independent refresh cadence ([33042a5](https://github.com/AppsGanin/rospanel/commit/33042a524c3d8768f01c04773bbbf27e94bfd5cf))
9+
310
## [1.0.0](https://github.com/AppsGanin/rospanel/compare/v0.15.0...v1.0.0) (2026-07-15)
411

512

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.0.0" // x-release-please-version
7+
const Version = "1.1.0" // x-release-please-version

0 commit comments

Comments
 (0)