Skip to content

Commit 0bd2b03

Browse files
Merge pull request #58 from developmentseed/develop
minor fixed to changelog
2 parents 9a39c22 + 102558c commit 0bd2b03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# publish docker images
3535
mkdir -p ~/.ssh
3636
ssh-keyscan github.com >> ~/.ssh/known_hosts
37-
git tag -d ${VERSION}
37+
#git tag -d ${VERSION}
3838
git tag ${VERSION}
3939
git push origin ${VERSION}
4040
docker login -u $DOCKER_USER -p $DOCKER_PASS

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9-
## [v1.1.0] - 2018-03-14
9+
## [v1.1.0] - 2018-03-22
1010

1111
### Added
1212
- Make compatible with Lambda Layers
@@ -26,7 +26,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2626
- CURL_VERSION=7.59.0
2727
- GEOS_VERSION=3.7.1
2828
- GEOTIFF_VERSION=1.4.3
29-
- GDAL_VERSION=2.4.0
29+
- GDAL_VERSION=2.4.1
3030
- HDF4_VERSION=4.2.14
3131
- HDF5_VERSION=1.10.5
3232
- NETCDF_VERSION=4.6.2

0 commit comments

Comments
 (0)