Skip to content

Commit

Permalink
new version release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jcambass committed Aug 6, 2023
1 parent e105980 commit 351afc3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.1] - 2023-08-06

### Fixed
- Fixed [intermittent ServerError](https://github.com/Jcambass/toxiproxy_ex/issues/7).


## [1.1.0] - 2021-06-29
### Added
- New `host` application config to specify the address of the toxiproxy server to use.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ by adding `toxiproxy_ex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:toxiproxy_ex, "~> 1.0.0", only: :test}
{:toxiproxy_ex, "~> 1.1.1", only: :test}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule ToxiproxyEx.MixProject do
def project do
[
app: :toxiproxy_ex,
version: "1.1.0",
version: "1.1.1",
elixir: "~> 1.10",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 351afc3

Please sign in to comment.