Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaherhs committed Jan 27, 2025
1 parent 696463a commit 2e4d3d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## 2.0.0

* `ETCD` oprations no longer crash on timeout
* `ETCD` oprations now return an error tuple `{:error, :timeout}` on timeout

## 1.3.0

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule EtcdEx.MixProject do
def project do
[
app: :etcdex,
version: "1.3.0",
version: "2.0.0",
elixir: "~> 1.10",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 2e4d3d8

Please sign in to comment.