Skip to content

Commit

Permalink
changelog: add missing summary messages
Browse files Browse the repository at this point in the history
Summary messages for versions 1.7.0 and 1.8.0 were missed. The patch
adds messages.

Related to #220
  • Loading branch information
oleg-jukovec committed Oct 31, 2022
1 parent 1cb4e0b commit d7693a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.

## [1.8.0] - 2022-08-17

The minor release with time zones and interval support for datetime.

### Added

- Optional msgpack.v5 usage (#124)
Expand All @@ -55,6 +57,11 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.

## [1.7.0] - 2022-08-02

This release adds a number of features. The extending of the public API has
become possible with a new way of creating requests. New types of requests are
created via chain calls. Streams, context and prepared statements support are
based on this idea.

### Added

- SSL support (#155)
Expand Down

0 comments on commit d7693a1

Please sign in to comment.