Skip to content

Commit 082bd0a

Browse files
author
Phil Varner
authored
Merge pull request #545 from stac-utils/pv/release-prep-2.2.0
release prep 2.2.0
2 parents 9d1ce9e + c4641f2 commit 082bd0a

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [2.2.0] - 2023-07-03
9+
10+
### Changed
11+
12+
- Search parameters are now logged at info instead of debug.
13+
814
## [2.1.0] - 2023-06-29
915

1016
### Fixed
@@ -309,7 +315,8 @@ Initial release, forked from [sat-api](https://github.com/sat-utils/sat-api/tree
309315

310316
Compliant with STAC 0.9.0
311317

312-
[Unreleased]: https://github.com/stac-utils/stac-api/compare/v2.1.0...main
318+
[Unreleased]: https://github.com/stac-utils/stac-api/compare/v2.2.0...main
319+
[2.2.0]: https://github.com/stac-utils/stac-api/compare/v2.1.0...v2.2.0
313320
[2.1.0]: https://github.com/stac-utils/stac-api/compare/v2.0.0...v2.1.0
314321
[2.0.0]: https://github.com/stac-utils/stac-api/compare/v1.1.0...v2.0.0
315322
[1.1.0]: https://github.com/stac-utils/stac-api/compare/v1.0.0...v1.1.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"displayName": "stac-server",
33
"description": "A STAC API running on stac-server",
4-
"version": "2.1.0",
4+
"version": "2.2.0",
55
"repository": "https://github.com/stac-utils/stac-server",
66
"author": "Alireza Jazayeri, Matthew Hanson <matt.a.hanson@gmail.com>, Sean Harkins",
77
"license": "MIT",

0 commit comments

Comments
 (0)