Skip to content

Commit dd3a10c

Browse files
committed
Release v0.10.1
1 parent adcb812 commit dd3a10c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

55
## [Unreleased][unreleased]
66

7+
## [v0.10.1] - 2021-02-02
8+
9+
## Fixed
10+
11+
- Update `AWS.Client` typespecs to accept `nil` for the `endpoint` field.
12+
- Isolate Hackney connection pool for requests. Now the pool is named `:aws_pool`.
13+
- Don't display the `:session_token` field when inspecting `AWS.Client`.
14+
715
## [v0.10.0] - 2021-12-03
816

917
### Fixed
@@ -464,7 +472,8 @@ is an example).
464472
- `AWS.StorageGateway` module for Storage Gateway Service
465473
- `AWS.Support` module for Support Service.
466474

467-
[unreleased]: https://github.com/aws-beam/aws-elixir/compare/v0.10.0...HEAD
475+
[unreleased]: https://github.com/aws-beam/aws-elixir/compare/v0.10.1...HEAD
476+
[v0.10.1]: https://github.com/aws-beam/aws-elixir/compare/v0.10.0...v0.10.1
468477
[v0.10.0]: https://github.com/aws-beam/aws-elixir/compare/v0.9.2...v0.10.0
469478
[v0.9.2]: https://github.com/aws-beam/aws-elixir/compare/v0.9.1...v0.9.2
470479
[v0.9.1]: https://github.com/aws-beam/aws-elixir/compare/v0.9.0...v0.9.1

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.10.0"
4+
@version "0.10.1"
55
@repo_url "https://github.com/aws-beam/aws-elixir"
66
@auto_generated_files_dir "lib/aws/generated"
77

0 commit comments

Comments
 (0)