Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Changelog
## 1.0.1
### Introduction
Address SonarQube findings and fix coordinate retrieval for layers.

### Maintenance
* Addressed SonarQube findings.

### Bugfixes
* Fixed layer coordinate retrieval to allow multiple coordinates in a list to be combined together.

## 1.0.0
Summary release of all features since inception.

Expand Down
2 changes: 1 addition & 1 deletion ogc/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#######################
MAJOR = 1
MINOR = 0
HOTFIX = 0
HOTFIX = 1
#######################


Expand Down
Loading