Skip to content

Commit

Permalink
Merge pull request #187 from aws-beam/prepare-release-1-0-0
Browse files Browse the repository at this point in the history
Prepare for release of AWS Elixir 1.0.0
  • Loading branch information
onno-vos-dev authored Apr 21, 2024
2 parents a9b4ab8 + 882a29a commit 7ee474d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [v0.14.1] - 2024-04-21
- Implement automatic retries
- Fix typo on S3 multipart upload doc
- Fix API Gateway Management API to include Stage on all endpoints
- Update generated code to include auto-generated types and specs for everything
- Move to new version of aws-codegen (aws-codegen/issues/103) which uses aws-sdk-go-v2

## [v0.14.1] - 2024-02-16
- Fix endpoints for global AWS services

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Configurable HTTP client and JSON parser.
* Generated by [aws-codegen](https://github.com/aws-beam/aws-codegen) using the
same JSON descriptions of AWS services used to build the
[AWS SDK for Go](https://github.com/aws/aws-sdk-go/tree/master/models/apis).
[AWS SDK for Go V2](https://github.com/aws/aws-sdk-go-v2/tree/main/codegen/sdk-codegen/aws-models).
* Documentation is updated from the official AWS docs.

## Usage
Expand Down Expand Up @@ -123,7 +123,7 @@ Optionally, you can implement your own (Check `AWS.Client` docs).
```elixir
def deps do
[
{:aws, "~> 0.13.0"},
{:aws, "~> 1.0.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.14.1"
@version "1.0.0"
@repo_url "https://github.com/aws-beam/aws-elixir"

def project do
Expand Down

0 comments on commit 7ee474d

Please sign in to comment.