diff --git a/.changeset/dirty-schools-call.md b/.changeset/dirty-schools-call.md deleted file mode 100644 index 8cb433106c3..00000000000 --- a/.changeset/dirty-schools-call.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'hive': major ---- - -Upgrade the PostgreSQL version for Docker Compose from version 14.13 to use 16.4. - -**This change is published as major, as it requires attention based on your setup.** - -For self-hosters with a managed database, we recommend upgrading PostgreSQL based on your Cloud provider's or IT's -recommendation. - -For self-hosters running in Docker, you can read about [upgrading PostgreSQL in a Docker container here](https://helgeklein.com/blog/upgrading-postgresql-in-docker-container/). - -> The Hive data that was previously created with PostgreSQL v14 is compatible with v16. diff --git a/deployment/CHANGELOG.md b/deployment/CHANGELOG.md index 51729e13fe7..95254d78ab8 100644 --- a/deployment/CHANGELOG.md +++ b/deployment/CHANGELOG.md @@ -1,5 +1,24 @@ # hive +## 2.0.0 + +### Major Changes + +- [#6142](https://github.com/graphql-hive/console/pull/6142) + [`25f1460`](https://github.com/graphql-hive/console/commit/25f14604f482ac42826c63ec08bc108a67d37fd0) + Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Upgrade the PostgreSQL version for Docker + Compose from version 14.13 to use 16.4. + + **This change is published as major, as it requires attention based on your setup.** + + For self-hosters with a managed database, we recommend upgrading PostgreSQL based on your Cloud + provider's or IT's recommendation. + + For self-hosters running in Docker, you can read about + [upgrading PostgreSQL in a Docker container here](https://helgeklein.com/blog/upgrading-postgresql-in-docker-container/). + + > The Hive data that was previously created with PostgreSQL v14 is compatible with v16. + ## 1.2.4 ### Patch Changes diff --git a/deployment/package.json b/deployment/package.json index 1ba8ca698c6..37334519d85 100644 --- a/deployment/package.json +++ b/deployment/package.json @@ -1,6 +1,6 @@ { "name": "hive", - "version": "1.2.4", + "version": "2.0.0", "private": true, "scripts": { "generate": "tsx generate.ts",