We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aad338 commit df2ac52Copy full SHA for df2ac52
CHANGELOG.md
@@ -11,14 +11,22 @@ adheres to [Semantic Versioning][semver].
11
12
## [Unreleased]
13
14
+[unreleased]: https://github.com/ameshkov/gocurl/compare/v1.4.8...HEAD
15
+
16
+## [1.4.8] - 2025-05-13
17
18
### Added
19
20
* Added support for `--tls-random` command-line argument. This option is used to
21
enable TLS Random for TLS ClientHello. ([#35][#35])
22
23
+[See changes][1.4.8changes].
24
25
[#35]: https://github.com/ameshkov/gocurl/issues/35
26
-[unreleased]: https://github.com/ameshkov/gocurl/compare/v1.4.7...HEAD
27
+[1.4.8changes]: https://github.com/ameshkov/gocurl/compare/v1.4.7...v1.4.8
28
29
+[1.4.8]: https://github.com/ameshkov/gocurl/releases/tag/v1.4.8
30
31
## [1.4.7] - 2025-04-02
32
0 commit comments