Skip to content

Commit 041c5bb

Browse files
committed
1.35.6 released.
1 parent 4cb504c commit 041c5bb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [1.35.6] - 2025-06-27
4+
### Changed
5+
* **Java:** Bump `Agrona` to [2.2.4](https://github.com/aeron-io/agrona/releases/tag/2.2.4).
6+
* **Java:** Bump `JUnit` to 5.13.2.
7+
* **Java:** Bump `Checkstyle` to 10.26.0.
8+
* **Java:** Bump `Shadow` to 8.3.7.
9+
310
## [1.35.5] - 2025-06-20
411
### Changed
512
* **Java/C++/C#:** Fix a bug in overzealous DTO validation. ([#1073](https://github.com/aeron-io/simple-binary-encoding/pull/1073))
@@ -94,6 +101,7 @@
94101
* **Java:** Prevent collision when field name is 'value'.
95102
* **Java:** Preserve byte order throughout IR transformations.
96103

104+
[1.35.6]: https://github.com/aeron-io/simple-binary-encoding/releases/tag/1.35.6
97105
[1.35.5]: https://github.com/aeron-io/simple-binary-encoding/releases/tag/1.35.5
98106
[1.35.4]: https://github.com/aeron-io/simple-binary-encoding/releases/tag/1.35.4
99107
[1.35.3]: https://github.com/aeron-io/simple-binary-encoding/releases/tag/1.35.3

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.36.0-SNAPSHOT
1+
1.35.6

0 commit comments

Comments
 (0)