We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481905a commit 19f4be2Copy full SHA for 19f4be2
CHANGELOG.md
@@ -10,11 +10,16 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
10
11
### Added
12
13
-* `OpenSSLDialer` type to use SSL transport for `tarantool/go-tarantool/v2`
14
- connection (#1).
15
-
16
### Changed
17
18
-### Removed
19
20
### Fixed
+
+## [1.0.0] - 2024-02-14
+The first release of the library allows us to extract the dependency on
+OpenSSL from the connector [go-tarantool](https://pkg.go.dev/github.com/tarantool/go-tarantool/v2).
21
22
+### Added
23
24
+* `OpenSSLDialer` type to use SSL transport for `tarantool/go-tarantool/v2`
25
+ connection (#1).
0 commit comments