Skip to content

Commit

Permalink
Bumping version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akoutmos committed Apr 13, 2020
1 parent 0b667a9 commit fa41ceb
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.1.1] - 2019-12-21

### Added

- Documentation and bumped test coverage

### Fixed

- Bug in RequestHeaderEquals predicate

## [0.1.0] - 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.0"}
{:unplug, "~> 0.1.1"}
]
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.0",
version: "0.1.1",
elixir: "~> 1.8",
elixirc_paths: elixirc_paths(Mix.env()),
name: "Unplug",
Expand Down

0 comments on commit fa41ceb

Please sign in to comment.