Skip to content

Commit

Permalink
Prepare for v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gausby committed Aug 25, 2018
1 parent e5ba702 commit a302fc4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## 0.8.1 - 2018-08-25

### Added

- `disconnect/1` has been added to the `Tortoise.Connection`
module. Given a `client_id` it will close down the connection
cleanly; in flight messages will get canceled and a disconnect
package will be send to the broker.

## 0.8.0 - 2018-08-19

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies in `mix.exs`:
```elixir
def deps do
[
{:tortoise, "~> 0.8.0"}
{:tortoise, "~> 0.8.1"}
]
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 Tortoise.MixProject do
use Mix.Project

@version "0.8.0"
@version "0.8.1"

def project do
[
Expand Down

0 comments on commit a302fc4

Please sign in to comment.