Skip to content

Commit

Permalink
Release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
obmarg committed Mar 26, 2019
1 parent 20e68b9 commit 246def0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ all APIs might be changed.

## Unreleased - yyyy-mm-dd

## v0.11.0 - 2019-03-26

### New Features

- `Kazan.Server` now exposes `from_env/1` and `from_env!/0` functions for
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ If [available in Hex](https://hex.pm/docs/publish), the package can be installed

```elixir
def deps do
[{:kazan, "~> 0.10"}]
[{:kazan, "~> 0.11"}]
end
```

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 Kazan.Mixfile do
def project do
[
app: :kazan,
version: "0.10.0",
version: "0.11.0",
elixir: "~> 1.4",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 246def0

Please sign in to comment.