amazonka 1.3.4 → 1.3.5
raw patch · 2 files changed
+16/−2 lines, 2 filesdep ~amazonka-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core
API changes (from Hackage documentation)
Files
- CHANGELOG.md +14/−0
- amazonka.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,19 @@ # Change Log +## [1.3.5](https://github.com/brendanhay/amazonka/tree/1.3.5)+Released: **27 October, 2015**, Compare: [1.3.5](https://github.com/brendanhay/amazonka/compare/1.3.4...1.3.5)++### Updated Services Definitions++- SSM: Multiple additions and documentation updates.+- DynamoDB: Paginator updates.+++### New Libraries++- `amazonka-apigateway`: API Gateway Service.++ ## [1.3.4](https://github.com/brendanhay/amazonka/tree/1.3.4) Released: **25 October, 2015**, Compare: [1.3.4](https://github.com/brendanhay/amazonka/compare/1.3.3...1.3.4)
amazonka.cabal view
@@ -1,5 +1,5 @@ name: amazonka-version: 1.3.4+version: 1.3.5 synopsis: Comprehensive Amazon Web Services SDK. homepage: https://github.com/brendanhay/amazonka bug-reports: https://github.com/brendanhay/amazonka/issues@@ -55,7 +55,7 @@ , Network.AWS.Internal.Logger build-depends:- amazonka-core == 1.3.4.*+ amazonka-core == 1.3.5.* , base >= 4.7 && < 5 , bytestring >= 0.9 , conduit >= 1.1