Skip to content

Commit

Permalink
Bump version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaturan committed Oct 15, 2018
1 parent ea8268f commit 104af62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- - Include credo checks
- Update `EventBus.Model.Event` struct optional attribute type specs to allow `nil` values

## [1.5.X]
## [1.5.X] 2018.09.27
- Fix Elixir `v1.7.x` warnings for string to atom conversions
- Remove deprecated `EventBus.Util.String` module
- Move the time calculation logic into the new `MonotonicTime` utility module
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ The package can be installed by adding `event_bus` to your list of dependencies

```elixir
def deps do
[{:event_bus, "~> 1.5.2"}]
[{:event_bus, "~> 1.6.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 EventBus.Mixfile do
def project do
[
app: :event_bus,
version: "1.5.2",
version: "1.6.0",
elixir: "~> 1.5",
elixirc_paths: elixirc_paths(Mix.env()),
build_embedded: Mix.env() == :prod,
Expand Down

0 comments on commit 104af62

Please sign in to comment.