Skip to content

Commit

Permalink
v0.7.0 release
Browse files Browse the repository at this point in the history
Breaking change: MQTT message payloads are no longer encoded/decoded
  • Loading branch information
jfcloutier committed Jan 27, 2022
1 parent 2254b24 commit f1d65a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.7.0

* Updated
* BREAKING CHANGE: Jackalope no longer encodes or decodes MQTT message payloads.

## v0.6.0

* Updates
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 Jackalope.MixProject do
use Mix.Project

@version "0.6.0"
@version "0.7.0"
@source_url "https://github.com/smartrent/jackalope"

def project() do
Expand Down

0 comments on commit f1d65a2

Please sign in to comment.