Skip to content

Commit e7b6e9a

Browse files
committed
Release v0.13.0
1 parent 17ed51e commit e7b6e9a

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased][unreleased]
66

7+
## [v0.13.0] - 2022-09-02
8+
9+
### Fixed
10+
11+
- Fix services that need a host prefix before the endpoint prefix.
12+
This makes services like "Location" to work properly.
13+
14+
### Changed
15+
16+
- Update the AWS generated modules to reflect v1.44.90 of Go SDK.
17+
This may cause breaking changes.
18+
719
## [v0.12.0] - 2022-07-18
820

921
### Fixed
@@ -491,7 +503,8 @@ is an example).
491503
- `AWS.StorageGateway` module for Storage Gateway Service
492504
- `AWS.Support` module for Support Service.
493505

494-
[unreleased]: https://github.com/aws-beam/aws-elixir/compare/v0.12.0...HEAD
506+
[unreleased]: https://github.com/aws-beam/aws-elixir/compare/v0.13.0...HEAD
507+
[v0.13.0]: https://github.com/aws-beam/aws-elixir/compare/v0.12.0...v0.13.0
495508
[v0.12.0]: https://github.com/aws-beam/aws-elixir/compare/v0.11.0...v0.12.0
496509
[v0.11.0]: https://github.com/aws-beam/aws-elixir/compare/v0.10.1...v0.11.0
497510
[v0.10.1]: https://github.com/aws-beam/aws-elixir/compare/v0.10.0...v0.10.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Optionally, you can implement your own (Check `AWS.Client` docs).
7575
```elixir
7676
def deps do
7777
[
78-
{:aws, "~> 0.12.0"},
78+
{:aws, "~> 0.13.0"},
7979
{:hackney, "~> 1.18"}
8080
]
8181
end

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule AWS.Mixfile do
22
use Mix.Project
33

4-
@version "0.12.0"
4+
@version "0.13.0"
55
@repo_url "https://github.com/aws-beam/aws-elixir"
66

77
def project do

0 commit comments

Comments
 (0)