Skip to content

Commit

Permalink
Updating versions for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
akoutmos committed Apr 21, 2020
1 parent 0062ac9 commit 7c6d7ca
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2020-04-20

### Added

- The following predicates have been added: EnvVarIn, EnvVarNotIn, AppConfigIn, AppConfigNotIn

### Changed

- Documentation for "in" style predicates

## [0.1.1] - 2019-12-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The package can be installed by adding `:unplug` to your list of dependencies in
```elixir
def deps do
[
{:unplug, "~> 0.1.1"}
{:unplug, "~> 0.2.0"}
]
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 Unplug.MixProject do
def project do
[
app: :unplug,
version: "0.1.1",
version: "0.2.0",
elixir: "~> 1.8",
elixirc_paths: elixirc_paths(Mix.env()),
name: "Unplug",
Expand Down

0 comments on commit 7c6d7ca

Please sign in to comment.