Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szajbus committed Aug 2, 2023
1 parent 028fe33 commit 686d96b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.3.0

* update `protobuf` dependency to `~> 0.12`
* fix typespecs and add dialyzer
* support elixir `1.10` and higher

## 1.2.0

* Remove watch stream from conn after closing
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.2.0",
version: "1.3.0",
elixir: "~> 1.10",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 686d96b

Please sign in to comment.