Skip to content

Commit

Permalink
update CHANGELOG and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhanson committed Jan 25, 2021
1 parent 27f7356 commit ffd61e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added
- User can now provide custom headers to download function
- `id` and `description` keywords added to itemcollection.save() and itemcollection.geojson() for user to supply values to save single file STAC

### Changed
- Allow reading in of ItemCollections without collections
- Default STAC_VERSION updated to 1.0.0-beta.2

### Fixed
- Saved ItemCollections now adhere to STAC single-file-stac spec

## [v0.4.0] - 2020-06-11

Expand Down
2 changes: 1 addition & 1 deletion satstac/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.0'
__version__ = '0.4.1'

0 comments on commit ffd61e5

Please sign in to comment.