From 8a2dd7f05bef3709c9bfecb42aadd5f19685327a Mon Sep 17 00:00:00 2001 From: Paul Haesler Date: Wed, 28 Feb 2024 13:27:21 +1100 Subject: [PATCH] For 1 8 37 (#993) * Update HISTORY.rst and default version number for 1.8.37 release. * Update HISTORY.rst --- HISTORY.rst | 15 +++++++++++++++ datacube_ows/__init__.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 39aefdab5..8eed73930 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,6 +7,21 @@ History Datacube-ows version 1.8.x indicates that it is designed work with datacube-core versions 1.8.x. +1.8.37 (2024-02-28) +------------------- + +Maintenance release. Security updates and bug fixes around timezone handling. + +* Fixes to timezone handling (#958, #982) +* Various Github CI improvements (#959, #972, #974) +* Automatic dependency updates (#966, #970, #971, #975, #976, #977, #980, #981, #984, #986, #988, #991, #992) +* Update dependencies to block upstream security issues (#973) +* Label Prometheus metrics by endpoint, not path (#978) +* Update base docker image and remove docker efficiency analysis GHA (#990) +* Update HISTORY.rst and increment default version for release (#993) + +Contributions from @benjimin, @pjonsson, @SpacemanPaul and @dependabot. + 1.8.36 (2023-10-24) ------------------- diff --git a/datacube_ows/__init__.py b/datacube_ows/__init__.py index 38d244581..89b768694 100644 --- a/datacube_ows/__init__.py +++ b/datacube_ows/__init__.py @@ -6,4 +6,4 @@ try: from ._version import version as __version__ except ImportError: - __version__ = "1.8.36+?" + __version__ = "1.8.37+?"