Skip to content

Commit

Permalink
bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scrogson committed Dec 18, 2015
1 parent 44555cd commit 9b634a3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.3.0

- Backwards incompatible changes
- Removed `payload` key in favor of `xml` in the `Message`, `Presence`, and
`IQ` stanzas. The full `xmlel` record is now stored in the `xml` key. This
allows easy access via the functions in `Romeo.XML` module.
- Messages generated with `Romeo.Stanza.message/3` no longer escape the body
by default.

## v0.2.0

- Enhancements
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 Romeo.Mixfile do
use Mix.Project

@version "0.2.0"
@version "0.3.0"

def project do
[app: :romeo,
Expand Down

0 comments on commit 9b634a3

Please sign in to comment.