Skip to content

Commit

Permalink
Bumping version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanhay committed Nov 13, 2017
1 parent 513bb6c commit 8dacdb1
Show file tree
Hide file tree
Showing 212 changed files with 636 additions and 636 deletions.
2 changes: 1 addition & 1 deletion amazonka-apigateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Version

`1.4.5`
`1.5.0`


## Description
Expand Down
10 changes: 5 additions & 5 deletions amazonka-apigateway/amazonka-apigateway.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-apigateway
version: 1.4.5
version: 1.5.0
synopsis: Amazon API Gateway SDK.
homepage: https://github.com/brendanhay/amazonka
bug-reports: https://github.com/brendanhay/amazonka/issues
Expand Down Expand Up @@ -165,7 +165,7 @@ library
, Network.AWS.APIGateway.Types.Sum

build-depends:
amazonka-core == 1.4.5.*
amazonka-core == 1.5.0.*
, base >= 4.7 && < 5

test-suite amazonka-apigateway-test
Expand All @@ -185,9 +185,9 @@ test-suite amazonka-apigateway-test
, Test.AWS.APIGateway.Internal

build-depends:
amazonka-core == 1.4.5.*
, amazonka-test == 1.4.5.*
, amazonka-apigateway == 1.4.5.*
amazonka-core == 1.5.0.*
, amazonka-test == 1.5.0.*
, amazonka-apigateway == 1.5.0.*
, base
, bytestring
, tasty
Expand Down
2 changes: 1 addition & 1 deletion amazonka-application-autoscaling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Version

`1.4.5`
`1.5.0`


## Description
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-application-autoscaling
version: 1.4.5
version: 1.5.0
synopsis: Amazon Application Auto Scaling SDK.
homepage: https://github.com/brendanhay/amazonka
bug-reports: https://github.com/brendanhay/amazonka/issues
Expand Down Expand Up @@ -63,7 +63,7 @@ library
, Network.AWS.ApplicationAutoScaling.Types.Sum

build-depends:
amazonka-core == 1.4.5.*
amazonka-core == 1.5.0.*
, base >= 4.7 && < 5

test-suite amazonka-application-autoscaling-test
Expand All @@ -83,9 +83,9 @@ test-suite amazonka-application-autoscaling-test
, Test.AWS.ApplicationAutoScaling.Internal

build-depends:
amazonka-core == 1.4.5.*
, amazonka-test == 1.4.5.*
, amazonka-application-autoscaling == 1.4.5.*
amazonka-core == 1.5.0.*
, amazonka-test == 1.5.0.*
, amazonka-application-autoscaling == 1.5.0.*
, base
, bytestring
, tasty
Expand Down
2 changes: 1 addition & 1 deletion amazonka-appstream/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Version

`1.4.5`
`1.5.0`


## Description
Expand Down
10 changes: 5 additions & 5 deletions amazonka-appstream/amazonka-appstream.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-appstream
version: 1.4.5
version: 1.5.0
synopsis: Amazon AppStream SDK.
homepage: https://github.com/brendanhay/amazonka
bug-reports: https://github.com/brendanhay/amazonka/issues
Expand Down Expand Up @@ -82,7 +82,7 @@ library
, Network.AWS.AppStream.Types.Sum

build-depends:
amazonka-core == 1.4.5.*
amazonka-core == 1.5.0.*
, base >= 4.7 && < 5

test-suite amazonka-appstream-test
Expand All @@ -102,9 +102,9 @@ test-suite amazonka-appstream-test
, Test.AWS.AppStream.Internal

build-depends:
amazonka-core == 1.4.5.*
, amazonka-test == 1.4.5.*
, amazonka-appstream == 1.4.5.*
amazonka-core == 1.5.0.*
, amazonka-test == 1.5.0.*
, amazonka-appstream == 1.5.0.*
, base
, bytestring
, tasty
Expand Down
2 changes: 1 addition & 1 deletion amazonka-athena/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Version

`1.4.5`
`1.5.0`


## Description
Expand Down
10 changes: 5 additions & 5 deletions amazonka-athena/amazonka-athena.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-athena
version: 1.4.5
version: 1.5.0
synopsis: Amazon Athena SDK.
homepage: https://github.com/brendanhay/amazonka
bug-reports: https://github.com/brendanhay/amazonka/issues
Expand Down Expand Up @@ -64,7 +64,7 @@ library
, Network.AWS.Athena.Types.Sum

build-depends:
amazonka-core == 1.4.5.*
amazonka-core == 1.5.0.*
, base >= 4.7 && < 5

test-suite amazonka-athena-test
Expand All @@ -84,9 +84,9 @@ test-suite amazonka-athena-test
, Test.AWS.Athena.Internal

build-depends:
amazonka-core == 1.4.5.*
, amazonka-test == 1.4.5.*
, amazonka-athena == 1.4.5.*
amazonka-core == 1.5.0.*
, amazonka-test == 1.5.0.*
, amazonka-athena == 1.5.0.*
, base
, bytestring
, tasty
Expand Down
2 changes: 1 addition & 1 deletion amazonka-autoscaling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Version

`1.4.5`
`1.5.0`


## Description
Expand Down
10 changes: 5 additions & 5 deletions amazonka-autoscaling/amazonka-autoscaling.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-autoscaling
version: 1.4.5
version: 1.5.0
synopsis: Amazon Auto Scaling SDK.
homepage: https://github.com/brendanhay/amazonka
bug-reports: https://github.com/brendanhay/amazonka/issues
Expand Down Expand Up @@ -105,7 +105,7 @@ library
, Network.AWS.AutoScaling.Types.Sum

build-depends:
amazonka-core == 1.4.5.*
amazonka-core == 1.5.0.*
, base >= 4.7 && < 5

test-suite amazonka-autoscaling-test
Expand All @@ -125,9 +125,9 @@ test-suite amazonka-autoscaling-test
, Test.AWS.AutoScaling.Internal

build-depends:
amazonka-core == 1.4.5.*
, amazonka-test == 1.4.5.*
, amazonka-autoscaling == 1.4.5.*
amazonka-core == 1.5.0.*
, amazonka-test == 1.5.0.*
, amazonka-autoscaling == 1.5.0.*
, base
, bytestring
, tasty
Expand Down
2 changes: 1 addition & 1 deletion amazonka-batch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Version

`1.4.5`
`1.5.0`


## Description
Expand Down
10 changes: 5 additions & 5 deletions amazonka-batch/amazonka-batch.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-batch
version: 1.4.5
version: 1.5.0
synopsis: Amazon Batch SDK.
homepage: https://github.com/brendanhay/amazonka
bug-reports: https://github.com/brendanhay/amazonka/issues
Expand Down Expand Up @@ -69,7 +69,7 @@ library
, Network.AWS.Batch.Types.Sum

build-depends:
amazonka-core == 1.4.5.*
amazonka-core == 1.5.0.*
, base >= 4.7 && < 5

test-suite amazonka-batch-test
Expand All @@ -89,9 +89,9 @@ test-suite amazonka-batch-test
, Test.AWS.Batch.Internal

build-depends:
amazonka-core == 1.4.5.*
, amazonka-test == 1.4.5.*
, amazonka-batch == 1.4.5.*
amazonka-core == 1.5.0.*
, amazonka-test == 1.5.0.*
, amazonka-batch == 1.5.0.*
, base
, bytestring
, tasty
Expand Down
2 changes: 1 addition & 1 deletion amazonka-budgets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Version

`1.4.5`
`1.5.0`


## Description
Expand Down
10 changes: 5 additions & 5 deletions amazonka-budgets/amazonka-budgets.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-budgets
version: 1.4.5
version: 1.5.0
synopsis: Amazon Budgets SDK.
homepage: https://github.com/brendanhay/amazonka
bug-reports: https://github.com/brendanhay/amazonka/issues
Expand Down Expand Up @@ -66,7 +66,7 @@ library
, Network.AWS.Budgets.Types.Sum

build-depends:
amazonka-core == 1.4.5.*
amazonka-core == 1.5.0.*
, base >= 4.7 && < 5

test-suite amazonka-budgets-test
Expand All @@ -86,9 +86,9 @@ test-suite amazonka-budgets-test
, Test.AWS.Budgets.Internal

build-depends:
amazonka-core == 1.4.5.*
, amazonka-test == 1.4.5.*
, amazonka-budgets == 1.4.5.*
amazonka-core == 1.5.0.*
, amazonka-test == 1.5.0.*
, amazonka-budgets == 1.5.0.*
, base
, bytestring
, tasty
Expand Down
2 changes: 1 addition & 1 deletion amazonka-certificatemanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Version

`1.4.5`
`1.5.0`


## Description
Expand Down
10 changes: 5 additions & 5 deletions amazonka-certificatemanager/amazonka-certificatemanager.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-certificatemanager
version: 1.4.5
version: 1.5.0
synopsis: Amazon Certificate Manager SDK.
homepage: https://github.com/brendanhay/amazonka
bug-reports: https://github.com/brendanhay/amazonka/issues
Expand Down Expand Up @@ -63,7 +63,7 @@ library
, Network.AWS.CertificateManager.Types.Sum

build-depends:
amazonka-core == 1.4.5.*
amazonka-core == 1.5.0.*
, base >= 4.7 && < 5

test-suite amazonka-certificatemanager-test
Expand All @@ -83,9 +83,9 @@ test-suite amazonka-certificatemanager-test
, Test.AWS.CertificateManager.Internal

build-depends:
amazonka-core == 1.4.5.*
, amazonka-test == 1.4.5.*
, amazonka-certificatemanager == 1.4.5.*
amazonka-core == 1.5.0.*
, amazonka-test == 1.5.0.*
, amazonka-certificatemanager == 1.5.0.*
, base
, bytestring
, tasty
Expand Down
2 changes: 1 addition & 1 deletion amazonka-clouddirectory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Version

`1.4.5`
`1.5.0`


## Description
Expand Down
10 changes: 5 additions & 5 deletions amazonka-clouddirectory/amazonka-clouddirectory.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-clouddirectory
version: 1.4.5
version: 1.5.0
synopsis: Amazon CloudDirectory SDK.
homepage: https://github.com/brendanhay/amazonka
bug-reports: https://github.com/brendanhay/amazonka/issues
Expand Down Expand Up @@ -112,7 +112,7 @@ library
, Network.AWS.CloudDirectory.Types.Sum

build-depends:
amazonka-core == 1.4.5.*
amazonka-core == 1.5.0.*
, base >= 4.7 && < 5

test-suite amazonka-clouddirectory-test
Expand All @@ -132,9 +132,9 @@ test-suite amazonka-clouddirectory-test
, Test.AWS.CloudDirectory.Internal

build-depends:
amazonka-core == 1.4.5.*
, amazonka-test == 1.4.5.*
, amazonka-clouddirectory == 1.4.5.*
amazonka-core == 1.5.0.*
, amazonka-test == 1.5.0.*
, amazonka-clouddirectory == 1.5.0.*
, base
, bytestring
, tasty
Expand Down
2 changes: 1 addition & 1 deletion amazonka-cloudformation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Version

`1.4.5`
`1.5.0`


## Description
Expand Down
10 changes: 5 additions & 5 deletions amazonka-cloudformation/amazonka-cloudformation.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-cloudformation
version: 1.4.5
version: 1.5.0
synopsis: Amazon CloudFormation SDK.
homepage: https://github.com/brendanhay/amazonka
bug-reports: https://github.com/brendanhay/amazonka/issues
Expand Down Expand Up @@ -93,7 +93,7 @@ library
, Network.AWS.CloudFormation.Types.Sum

build-depends:
amazonka-core == 1.4.5.*
amazonka-core == 1.5.0.*
, base >= 4.7 && < 5

test-suite amazonka-cloudformation-test
Expand All @@ -113,9 +113,9 @@ test-suite amazonka-cloudformation-test
, Test.AWS.CloudFormation.Internal

build-depends:
amazonka-core == 1.4.5.*
, amazonka-test == 1.4.5.*
, amazonka-cloudformation == 1.4.5.*
amazonka-core == 1.5.0.*
, amazonka-test == 1.5.0.*
, amazonka-cloudformation == 1.5.0.*
, base
, bytestring
, tasty
Expand Down
2 changes: 1 addition & 1 deletion amazonka-cloudfront/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Version

`1.4.5`
`1.5.0`


## Description
Expand Down
Loading

0 comments on commit 8dacdb1

Please sign in to comment.