From 991801a88a606a6f667caae56c2535f66ce1fd6b Mon Sep 17 00:00:00 2001
From: Phil Varner <pvarner@element84.com>
Date: Mon, 11 Jul 2022 14:30:59 -0400
Subject: [PATCH] update changelog and package.json for 0.4.1 release

---
 CHANGELOG.md      | 5 +++--
 package-lock.json | 4 ++--
 package.json      | 2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 379f908a..22c7957b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 
-## [Unreleased]
+## [0.4.1] - 2022-07-11
 
 ### Added
 
@@ -151,7 +151,8 @@ Initial release, forked from [sat-api](https://github.com/sat-utils/sat-api/tree
 
 Compliant with STAC 0.9.0
 
-[0.4.0]: https://github.com/stac-utils/stac-api/compare/v0.4.0...v0.3.1
+[0.4.1]: https://github.com/stac-utils/stac-api/compare/v0.4.0...v0.4.1
+[0.4.0]: https://github.com/stac-utils/stac-api/compare/v0.3.1...v0.4.0
 [0.3.1]: https://github.com/stac-utils/stac-api/compare/v0.3.0...v0.3.1
 [0.3.0]: https://github.com/stac-utils/stac-api/compare/v0.2.1...v0.3.0
 [0.2.1]: https://github.com/stac-utils/stac-api/compare/v0.1.0...v0.2.1
diff --git a/package-lock.json b/package-lock.json
index 6ff41689..02d6627c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "stac-server",
-  "version": "0.4.0",
+  "version": "0.4.1",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "stac-server",
-      "version": "0.4.0",
+      "version": "0.4.1",
       "license": "MIT",
       "dependencies": {
         "@acuris/aws-es-connection": "^1.1.0",
diff --git a/package.json b/package.json
index 8bdcf959..45da5a0c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "displayName": "stac-server",
   "description": "A STAC API running on stac-server",
-  "version": "0.4.0",
+  "version": "0.4.1",
   "repository": "https://github.com/stac-utils/stac-server",
   "author": "Alireza Jazayeri, Matthew Hanson <matt.a.hanson@gmail.com>, Sean Harkins",
   "license": "MIT",