Skip to content

Commit

Permalink
docs: update changelog to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Sep 19, 2023
1 parent bc3f7f1 commit 999e74e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [v1.3.0](https://github.com/fboulnois/pg_uuidv7/compare/v1.2.0...v1.3.0) - 2023-09-18

### Added

* Bump extension metadata to 1.3.0
* Build extension for Postgres 13 and later
* Add Postgres 16 to test matrix
* Update Dockerfile to use Postgres 16
* Add Dockerfile to test and benchmark extension
* Add unit tests for pg_uuidv7

### Changed

* Add uuidv7 data sequentially
* Move extension sql into own directory

## [v1.2.0](https://github.com/fboulnois/pg_uuidv7/compare/v1.1.1...v1.2.0) - 2023-09-09

### Added
Expand Down

0 comments on commit 999e74e

Please sign in to comment.