Skip to content

Commit b9e5e3e

Browse files
chore(main): release 1.3.4 (#40)
🤖 I have created a release *beep* *boop* --- ## [1.3.4](v1.3.3...v1.3.4) (2026-04-06) ### Bug Fixes * add missing CodeQL permissions to release-please validate job ([#39](#39)) ([f6f8bc3](f6f8bc3)) * critical security fixes and agent compliance enforcement ([#38](#38)) ([c21b7cc](c21b7cc)) * **deps:** update jsoup 1.10.3 → 1.17.2 ([#47](#47)) ([e1bfeb1](e1bfeb1)) * release lock on InterruptedException in ServerCommunication ([#43](#43)) ([7b332c5](7b332c5)) * resolve CodeQL phase 2 security and quality alerts ([#41](#41)) ([056df0f](056df0f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0591771 commit b9e5e3e

3 files changed

Lines changed: 13 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.3.3"
2+
".": "1.3.4"
33
}

CHANGELOG.md

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

3+
## [1.3.4](https://github.com/Denomas/freemind-ce/compare/v1.3.3...v1.3.4) (2026-04-06)
4+
5+
6+
### Bug Fixes
7+
8+
* add missing CodeQL permissions to release-please validate job ([#39](https://github.com/Denomas/freemind-ce/issues/39)) ([f6f8bc3](https://github.com/Denomas/freemind-ce/commit/f6f8bc3c5b71f0aee41c42778c65992e5754e7fb))
9+
* critical security fixes and agent compliance enforcement ([#38](https://github.com/Denomas/freemind-ce/issues/38)) ([c21b7cc](https://github.com/Denomas/freemind-ce/commit/c21b7cc6d5f8f0e882b1be18052e72560e2e0a83))
10+
* **deps:** update jsoup 1.10.3 → 1.17.2 ([#47](https://github.com/Denomas/freemind-ce/issues/47)) ([e1bfeb1](https://github.com/Denomas/freemind-ce/commit/e1bfeb1396ac2c0f170f5b1c0e02464ff2c80fab))
11+
* release lock on InterruptedException in ServerCommunication ([#43](https://github.com/Denomas/freemind-ce/issues/43)) ([7b332c5](https://github.com/Denomas/freemind-ce/commit/7b332c535fdf593469f74af03d0903cc629243a0))
12+
* resolve CodeQL phase 2 security and quality alerts ([#41](https://github.com/Denomas/freemind-ce/issues/41)) ([056df0f](https://github.com/Denomas/freemind-ce/commit/056df0f0579cae6d54ff0626fbdc1bac5262402a))
13+
314
## [1.3.3](https://github.com/Denomas/freemind-ce/compare/v1.3.2...v1.3.3) (2026-04-04)
415

516

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// Global configuration
99
allprojects {
1010
group = "com.denomas.freemind"
11-
version = "1.3.3" // x-release-please-version
11+
version = "1.3.4" // x-release-please-version
1212
}
1313

1414
// Shared repositories

0 commit comments

Comments
 (0)