Skip to content

Commit

Permalink
Release version 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
palmerj committed Nov 8, 2024
1 parent 897446f commit 65ccc89
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes for the PostgreSQL table version extension are documented in this file.

## [1.11.1] - 2024-11-08

### Added

- Added packaging support PG 12-16 and add support Ubuntu 24.04 versions

## [1.11.0] - 2024-11-07

### Added
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
EXTVERSION = 1.11.0
EXTVERSION = 1.11.1

META = META.json
EXTENSION = $(shell jq --raw-output .name $(META).in)
Expand All @@ -20,6 +20,7 @@ DISTFILES = \
UPGRADEABLE_VERSIONS = \
1.9.0dev 1.9.0 \
1.10.3dev 1.10.2 \
1.11.0 \
$(EXTVERSION)

SQLSCRIPTS_built = sql/20-version.sql
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
postgresql-tableversion (1.11.1-linz~focal) focal; urgency=medium

* New version

-- Jeremy Palmer <[email protected]> Thu, 08 Nov 2024 11:23:45 +0000

postgresql-tableversion (1.11.0-linz~focal) focal; urgency=medium

* New version
Expand Down

0 comments on commit 65ccc89

Please sign in to comment.