Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrino committed Feb 14, 2019
1 parent 423efd3 commit d81aead
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,5 +1,9 @@
# Changelog

## v1.0.1
### 🧰 Maintenance
* Improve documentation [#66]

## v1.0.0 πŸŽ‰πŸŽ‰πŸŽ‰
### πŸš€ Features
* Add `Soap.Response.parse/1` [#61]
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 Soap.MixProject do
def project do
[
app: :soap,
version: "1.0.0",
version: "1.0.1",
elixir: "~> 1.4",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit d81aead

Please sign in to comment.