Skip to content

Commit 14b009c

Browse files
chore(main): release 1.0.1
1 parent 7310cee commit 14b009c

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.0.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/developmentseed/stac-auth-proxy/compare/v1.0.0...v1.0.1) (2026-02-20)
4+
5+
6+
### Bug Fixes
7+
8+
* ensure openapi spec demonstrates auth when cql2 filters apply ([#135](https://github.com/developmentseed/stac-auth-proxy/issues/135)) ([7310cee](https://github.com/developmentseed/stac-auth-proxy/commit/7310ceef462afadbc0a361211011549505aace94))
9+
310
## [1.0.0](https://github.com/developmentseed/stac-auth-proxy/compare/v0.11.1...v1.0.0) (2026-02-19)
411

512

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: stac-auth-proxy
33
description: A Helm chart for stac-auth-proxy
44
type: application
5-
version: 1.0.0
6-
appVersion: 1.0.0
5+
version: 1.0.1
6+
appVersion: 1.0.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ license = {file = "LICENSE"}
2424
name = "stac-auth-proxy"
2525
readme = "README.md"
2626
requires-python = ">=3.10"
27-
version = "1.0.0"
27+
version = "1.0.1"
2828

2929
[project.optional-dependencies]
3030
docs = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)