Skip to content

Commit

Permalink
changelog: add missed 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 5, 2022
1 parent 64e41c5 commit 5cea6a4
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 @@ -38,6 +38,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 @@ -52,6 +54,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 5cea6a4

Please sign in to comment.