Skip to content

Commit

Permalink
Prepare release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sad-spirit committed Sep 15, 2023
1 parent 2b91ace commit 943bb65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.3.0] - 2023-09-15

A stable release following release of Postgres 16. No code changes since beta.

## [2.3.0-beta] - 2023-08-30

Updated for Postgres 16.
Expand Down Expand Up @@ -220,3 +224,4 @@ Initial release on GitHub
[2.1.1]: https://github.com/sad-spirit/pg-wrapper/compare/v2.1.0...v2.1.1
[2.2.0]: https://github.com/sad-spirit/pg-wrapper/compare/v2.1.1...v2.2.0
[2.3.0-beta]: https://github.com/sad-spirit/pg-wrapper/compare/v2.2.0...v2.3.0-beta
[2.3.0]: https://github.com/sad-spirit/pg-wrapper/compare/v2.3.0-beta..v2.3.0
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class CachedTypeOIDMapper implements ConnectionAware, TypeOIDMapper
/**
* Types list for current database, loaded from pg_catalog.pg_type
*
* The array is pre-populated with known builtin types of Postgres 15.
* The array is pre-populated with known builtin types of Postgres 16.
* Only types with OIDs below 10000 are used since those OIDs are assigned manually
* (see src/include/access/transam.h) and don't change between versions and
* installations.
Expand Down

0 comments on commit 943bb65

Please sign in to comment.