Skip to content

Commit

Permalink
Release v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philss committed Sep 2, 2022
1 parent 17ed51e commit e7b6e9a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.

## [Unreleased][unreleased]

## [v0.13.0] - 2022-09-02

### Fixed

- Fix services that need a host prefix before the endpoint prefix.
This makes services like "Location" to work properly.

### Changed

- Update the AWS generated modules to reflect v1.44.90 of Go SDK.
This may cause breaking changes.

## [v0.12.0] - 2022-07-18

### Fixed
Expand Down Expand Up @@ -491,7 +503,8 @@ is an example).
- `AWS.StorageGateway` module for Storage Gateway Service
- `AWS.Support` module for Support Service.

[unreleased]: https://github.com/aws-beam/aws-elixir/compare/v0.12.0...HEAD
[unreleased]: https://github.com/aws-beam/aws-elixir/compare/v0.13.0...HEAD
[v0.13.0]: https://github.com/aws-beam/aws-elixir/compare/v0.12.0...v0.13.0
[v0.12.0]: https://github.com/aws-beam/aws-elixir/compare/v0.11.0...v0.12.0
[v0.11.0]: https://github.com/aws-beam/aws-elixir/compare/v0.10.1...v0.11.0
[v0.10.1]: https://github.com/aws-beam/aws-elixir/compare/v0.10.0...v0.10.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Optionally, you can implement your own (Check `AWS.Client` docs).
```elixir
def deps do
[
{:aws, "~> 0.12.0"},
{:aws, "~> 0.13.0"},
{:hackney, "~> 1.18"}
]
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule AWS.Mixfile do
use Mix.Project

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

def project do
Expand Down

0 comments on commit e7b6e9a

Please sign in to comment.