From 006dcbfda0853618a7a663226f50ec2ad9762286 Mon Sep 17 00:00:00 2001 From: Daniel Kaufman <114174502+danielfromearth@users.noreply.github.com> Date: Wed, 1 May 2024 13:21:14 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d29c7b7..2ff1514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## [unreleased] +## [1.1.0] ### Added - [issue #114](https://github.com/nasa/batchee/issues/114): Add badges to the readme @@ -16,19 +16,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.0] ### Added -- [issue/6](https://github.com/danielfromearth/batchee/issues/6): Create Adapter code that processes a Harmony Message and STAC Catalog -- [issue/7](https://github.com/danielfromearth/batchee/issues/7): Create working Docker image -- [issue/13](https://github.com/danielfromearth/batchee/issues/13): Add simple command line interface for testing -- [issue/16](https://github.com/danielfromearth/batchee/issues/16): Add a logo +- [issue #6](https://github.com/danielfromearth/batchee/issues/6): Create Adapter code that processes a Harmony Message and STAC Catalog +- [issue #7](https://github.com/danielfromearth/batchee/issues/7): Create working Docker image +- [issue #13](https://github.com/danielfromearth/batchee/issues/13): Add simple command line interface for testing +- [issue #16](https://github.com/danielfromearth/batchee/issues/16): Add a logo - [PR #75](https://github.com/danielfromearth/batchee/pull/75): Add Docker build steps to GitHub Actions workflow - [PR #84](https://github.com/danielfromearth/batchee/pull/84): Add readme badges - [PR #100](https://github.com/danielfromearth/batchee/pull/100): Add license - [PR #111](https://github.com/nasa/batchee/pull/111): Add codecov to CI pipeline - [PR #112](https://github.com/nasa/batchee/pull/111): Add SNYK and PyPI to CI pipeline ### Changed -- [issue/11](https://github.com/danielfromearth/batchee/issues/11): Rename from concat_batcher to batchee -- [issue/21](https://github.com/danielfromearth/batchee/issues/21): Improve CICD workflows -- [issue/41](https://github.com/danielfromearth/batchee/issues/41): Change Adapter output from single to multiple STAC Catalogs +- [issue #11](https://github.com/danielfromearth/batchee/issues/11): Rename from concat_batcher to batchee +- [issue #21](https://github.com/danielfromearth/batchee/issues/21): Improve CICD workflows +- [issue #41](https://github.com/danielfromearth/batchee/issues/41): Change Adapter output from single to multiple STAC Catalogs ### Deprecated ### Removed ### Fixed