Skip to content

Commit b451859

Browse files
committed
Added missing release notes for 4.0.0 [skip ci]
1 parent 4827a3c commit b451859

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,19 @@ And that's it!
6767

6868
## Change history
6969

70-
v3.1.0 (15-May-2024)
70+
v4.1.0 (15-May-2024)
7171

7272
- [#14](https://github.com/bbottema/java-socks-proxy-server/issues/14): Enhanced dynamic username/password authentication support for custom validation strategies.
7373
- Minor performance improvements based on SpotBugs recommendations.
7474

7575
NOTE: the start methods have been marked deprecated. For serving clienst on multiple ports, create a new instance of the server for each port.
7676

7777

78+
v4.0.0 (21-April-2024)
79+
80+
- Maintenance release: upgraded parent POM version, switched to Junit5, updated dependencies, added SpotBugs checks.
81+
82+
7883
v3.0.0 (22-Januray-2024)
7984

8085
- [#12](https://github.com/bbottema/java-socks-proxy-server/issues/12): Added a more robust server adaptation with synchronous startup (including retries), shutdown closes all connections. With thanks to @kllbzz

RELEASE.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,19 @@ https://github.com/bbottema/java-socks-proxy-server
44
-- RELEASE NOTES java-socks-proxy-server --
55

66

7-
v3.1.0 (15-May-2024)
7+
v4.1.0 (15-May-2024)
88

99
- #14: Enhanced dynamic username/password authentication support for custom validation strategies.
1010
- Minor performance improvements based on SpotBugs recommendations.
1111

1212
NOTE: the start methods have been marked deprecated. For serving clienst on multiple ports, create a new instance of the server for each port.
1313

1414

15+
v4.0.0 (21-April-2024)
16+
17+
- Maintenance release: upgraded parent POM version, switched to Junit5, updated dependencies, added SpotBugs checks.
18+
19+
1520
v3.0.0 (22-Januray-2024)
1621

1722
- #12: Added a more robust server adaptation with synchronous startup (including retries), shutdown closes all connections. With thanks to @kllbzz

0 commit comments

Comments
 (0)