Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
doughsay committed Jun 15, 2019
1 parent 022e5b1 commit a0558bf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased][]

## [0.3.2][] - 2019-06-15

### Updated

- Updated dependencies

## [0.3.1][] - 2019-03-18

### Fixed
Expand Down Expand Up @@ -43,7 +49,8 @@ PR [#23](https://github.com/peek-travel/excal/pull/23)

### Initial release

[Unreleased]: https://github.com/peek-travel/excal/compare/0.3.1...HEAD
[Unreleased]: https://github.com/peek-travel/excal/compare/0.3.2...HEAD
[0.3.2]: https://github.com/peek-travel/excal/compare/0.3.1...0.3.2
[0.3.1]: https://github.com/peek-travel/excal/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/peek-travel/excal/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/peek-travel/excal/compare/0.1.0...0.2.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The package can be installed by adding `excal` to your list of dependencies in `
```elixir
def deps do
[
{:excal, "~> 0.3.1"}
{:excal, "~> 0.3.2"}
]
end
```
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 Excal.MixProject do
use Mix.Project

@version "0.3.1"
@version "0.3.2"
@source_url "https://github.com/peek-travel/excal"

def project do
Expand Down

0 comments on commit a0558bf

Please sign in to comment.