Skip to content

Commit 104990b

Browse files
chore(release): 7.0.0-alpha.11 [skip ci]
# [7.0.0-alpha.11](7.0.0-alpha.10...7.0.0-alpha.11) (2024-01-22) ### Features * Add support for Postgres 16 ([#8898](#8898)) ([99489b2](99489b2)) ### BREAKING CHANGES * Removes support for Postgres 11 and 12 ([99489b2](99489b2))
1 parent 99489b2 commit 104990b

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

changelogs/CHANGELOG_alpha.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [7.0.0-alpha.11](https://github.com/parse-community/parse-server/compare/7.0.0-alpha.10...7.0.0-alpha.11) (2024-01-22)
2+
3+
4+
### Features
5+
6+
* Add support for Postgres 16 ([#8898](https://github.com/parse-community/parse-server/issues/8898)) ([99489b2](https://github.com/parse-community/parse-server/commit/99489b22e4f0982e6cb39992974b51aa8d3a31e4))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Removes support for Postgres 11 and 12 ([99489b2](99489b2))
12+
113
# [7.0.0-alpha.10](https://github.com/parse-community/parse-server/compare/7.0.0-alpha.9...7.0.0-alpha.10) (2024-01-17)
214

315

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "7.0.0-alpha.10",
3+
"version": "7.0.0-alpha.11",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)