Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Jan 15, 2019
1 parent acbe354 commit 97614df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# SystemRegistry

## v0.8.1

* Bug fixes
* Updated docs and simplified code
* Remove superfluous calls to `Processor.Server.apply/1`
* Prevent calls to `Kernel.get_in/3` from raising an exception

## v0.8.0

* Enhancements
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 SystemRegistry.Mixfile do
def project do
[
app: :system_registry,
version: "0.8.0",
version: "0.8.1",
elixir: "~> 1.5",
start_permanent: Mix.env() == :prod,
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down

0 comments on commit 97614df

Please sign in to comment.