Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hgschmie committed Sep 13, 2024
1 parent 7a07038 commit 6e9b90b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
postgres-version: [ 11, 12, 13, 14, 15, 16 ]
postgres-version: [ 12, 13, 14, 15, 16 ]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Start a PostgreSQL server for unit tests or local development.

Please check out the [full documentation site](https://pg-embedded.softwareforge.de/)!

* PostgreSQL version 11+ (see https://www.postgresql.org/docs/ for all supported versions of PostgreSQL).
* PostgreSQL version 12+ (see https://www.postgresql.org/docs/ for all supported versions of PostgreSQL) are officially supported. Postgres 9.6, 10 and 11 may work but are unsupported.
* Binaries loaded from Maven Central (using the [Zonky embedded Postgres Binaries](https://github.com/zonkyio/embedded-postgres-binaries)) or locally installed.
* Multiple Database servers
* Multiple databases on a single database server
Expand Down
8 changes: 8 additions & 0 deletions src/site/markdown/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This is the change log for pg-embedded. It follows [Keep a Changelog v1.0.0](http://keepachangelog.com/en/1.0.0/).

## 5.2.0 - 2024-09-12

- dropped support for Postgres 11 (obsolete by postgresql.org)
- dependency updates, build fixes
- tests are now run against 16.4.0 (used to be 15.4.0)
- Default embedded database version is now 15 (used to be 13)


## 5.1.0 - 2023-10-22

- dropped support for Postgres 9.x and 10 (obsolete by postgresql.org)
Expand Down

0 comments on commit 6e9b90b

Please sign in to comment.