diff --git a/CHANGELOG.md b/CHANGELOG.md index 6be051cc..195c7cd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.4] + ## [0.0.3] - 2023-12-15 ### Added -- Only query assets directly avaible in the search items (better performance). +- Ability to query assets in the search items. ## [0.0.2] - 2023-12-15 diff --git a/earthdaily/__init__.py b/earthdaily/__init__.py index 500b8926..de39cd9f 100644 --- a/earthdaily/__init__.py +++ b/earthdaily/__init__.py @@ -1,3 +1,3 @@ from . import earthdatastore, datasets -__version__ = "0.0.3" +__version__ = "0.0.4"