Skip to content

Commit f4957fd

Browse files
committed
update version and changelog
1 parent b5d6dcd commit f4957fd

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

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

1111
### Added
1212
- Make compatible with Lambda Layers
1313
- Python example
1414
- Improve documentation
15-
- More libraries (CURL with http2, webp, zstd)
15+
- More libraries (CURL with http2, webp, zstd, libjpegturbo)
1616
- GeoTIFF now compiled from scratch rather than GGDAL builtin
1717
- Published public lambda layers - see README for ARNs
1818

@@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2323
- Removed Python codes to make geolambda system libraries only
2424

2525
### Versions:
26-
- CURL_VERSION=7.51.0
26+
- CURL_VERSION=7.59.0
2727
- GEOS_VERSION=3.7.1
2828
- GEOTIFF_VERSION=1.4.3
2929
- GDAL_VERSION=2.4.0
@@ -32,11 +32,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3232
- NETCDF_VERSION=4.6.2
3333
- NGHTTP2_VERSION=1.35.1
3434
- OPENJPEG_VERSION=2.3.0
35+
- LIBJPEG_TURBO_VERSION=2.0.1
3536
- PKGCONFIG_VERSION=0.29.2
3637
- PROJ_VERSION=5.2.0
3738
- SZIP_VERSION=2.1.1
38-
- WEBP_VERSION=1.0.0
39-
- ZSTD_VERSION=1.3.4
39+
- WEBP_VERSION=1.0.1
40+
- ZSTD_VERSION=1.3.8
4041

4142
## [v1.0.0] - 2018-07-27
4243

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0rc2
1+
1.1.0

0 commit comments

Comments
 (0)