Skip to content

Commit

Permalink
1.1.0 (#44)
Browse files Browse the repository at this point in the history
* 1.1.0
  • Loading branch information
cpiemontese authored Apr 5, 2022
1 parent bfc2b27 commit 7dc7243
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Next]

## [1.1.0] - 2022-03-07

### Added

- New `retry_options` to `call`: clients can customize how handle a call retry (more details [here](./README.md#customizing-the-retry-options))
- New `retry_options` to `call`: clients can customize how to handle a call retry (more details [here](./README.md#customizing-the-retry-options))

### Changed

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ The package can be installed by adding `bridge_ex` to your list of dependencies
```elixir
def deps do
[
{:bridge_ex, "~> 1.0.0"}
{:bridge_ex, "~> 1.1.0"}
# only if you want auth0 too
# {:prima_auth0_ex, "~> 0.3.0"}
]
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule BridgeEx.MixProject do
use Mix.Project

@source_url "https://github.com/primait/bridge_ex"
@version "1.0.1"
@version "1.1.0"

def project do
[
Expand Down

0 comments on commit 7dc7243

Please sign in to comment.