diff --git a/.README.html b/.README.html index 3005153..e6862a6 100644 --- a/.README.html +++ b/.README.html @@ -175,6 +175,7 @@
You can find more examples in the examples/
directory.
NOTE: By default, get_ostree_data.sh
will return the
+packages for the default version of PostgreSQL. You will need to amend
+the output if you want to use a different version - e.g. change
+@postgresql:13/server
to
+@postgresql:15/server
See README-ostree.md for more information.
MIT
diff --git a/CHANGELOG.md b/CHANGELOG.md index d5c9851..a53bb57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ Changelog ========= +[1.2.0] - 2023-11-29 +-------------------- + +### New Features + +- feat: support for ostree systems (#62) + +### Other Changes + +- docs: fix error message to include support for Postgresql 15 (#63) + [1.1.2] - 2023-11-06 --------------------