Skip to content

Commit

Permalink
Release v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Nov 20, 2019
1 parent a5267f7 commit 85ccd6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.11.1-dev
## v0.11.1 (2019-11-20)

- Bug fixes
- Decoding json with string keys now works as intended ([#2](https://github.com/mneudert/instream/pull/2))
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Caylir.Mixfile do
[
app: :caylir,
name: "Caylir",
version: "0.11.1-dev",
version: "0.11.1",
elixir: "~> 1.5",
deps: deps(),
description: "Cayley driver for Elixir",
Expand Down Expand Up @@ -45,7 +45,7 @@ defmodule Caylir.Mixfile do
[
extras: ["CHANGELOG.md", "README.md"],
main: "readme",
source_ref: "v0.11",
source_ref: "v0.11.1",
source_url: @url_github
]
end
Expand Down

0 comments on commit 85ccd6b

Please sign in to comment.