From fe8a9f7fdb14b20f561be82d3da08ec434caa9a7 Mon Sep 17 00:00:00 2001 From: Aaron Saxton Date: Wed, 23 Oct 2024 13:09:53 -0500 Subject: [PATCH] Update CHANGELOG.md for 0.9.4 release --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a95cfb..1871585 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [0.9.3] - 2024-10-23 + +### Changed - Updated cmaas_utils to version 2.0 - Updated cdr_schemas to version 4.9.0 - Changed retieve_endpoint to be member function of cdrConnector @@ -16,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Updated FeatureResults to conform with cdr_schemas v4.9.0 - Fixed import paths to allow for tests to be run - Added docstrings for cdrconnector and retrieve api functions + ### Tests - Updated retrieve tests - Removed validate test functions