Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
amatalai committed Oct 13, 2017
1 parent 994eaf1 commit 7a0a97e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.0.1 (2017-10-13)
* When Mix is missing, `Mockery.of/2` assumes that env is `:prod`

## 2.0.0 (2017-10-08)
* Removed `Mockery.Heritage`
* Global mocks will be handled without macros by pure elixir modules.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Mockery.Mixfile do
use Mix.Project

@version "2.0.0"
@version "2.0.1"

def project do
[
Expand Down

0 comments on commit 7a0a97e

Please sign in to comment.