Skip to content

Commit acb8595

Browse files
committed
chore(release): stage v1.0.0 release
1 parent da0e3e9 commit acb8595

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
- Nothing
10+
11+
## [v1.0.0]
12+
913
### Added
1014

1115
- Restructure API into two separate backends with distinct route prefixes:
@@ -82,6 +86,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
8286
- Upgraded to titiler>=2.0,<3 and rio-tiler>=9.0,<10
8387
- Refactored all settings for the API and deployment into titiler/cmr/settings.py
8488

89+
## [v0.3.1]
90+
91+
### Added
92+
- feat: support custom bootstrap qualifier by @ividito in #99
93+
- feat: add permission boundary support by @ividito in #100
94+
8595
## [v0.3.0]
8696

8797
### Added
@@ -165,7 +175,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
165175

166176
- Ability to run locally with Earthdata authentication ([#28](https://github.com/developmentseed/titiler-cmr/pull/28))
167177

168-
[Unreleased]: <https://github.com/developmentseed/titiler-cmr/compare/v0.3.0..develop>
178+
[Unreleased]: <https://github.com/developmentseed/titiler-cmr/compare/v1.0.0..develop>
179+
[v1.0.0]: <https://github.com/developmentseed/titiler-cmr/compare/v0.3.1..v1.0.0>
180+
[v0.3.1]: <https://github.com/developmentseed/titiler-cmr/compare/v0.3.0..v0.3.1>
169181
[v0.3.0]: <https://github.com/developmentseed/titiler-cmr/compare/v0.2.0..v0.3.0>
170182
[v0.2.0]: <https://github.com/developmentseed/titiler-cmr/compare/v0.1.5..v0.2.0>
171183
[v0.1.5]: <https://github.com/developmentseed/titiler-cmr/compare/v0.1.4..v0.1.5>

0 commit comments

Comments
 (0)