Skip to content

Commit

Permalink
bump version and update changelist
Browse files Browse the repository at this point in the history
  • Loading branch information
boydm committed Feb 17, 2020
1 parent 4029ed6 commit efc82ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelist.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## phoenix_integration Changelist

### 0.8.0
* Fairly large update to handle forms with hidden fields. This update treats forms as parsed
trees and has more informative output, and is generally more flexible. This entire update
is brought to you by the hard work of Brian Marick (@marick on GitHub). Thank you!

### 0.7.0
* __Marking this as 0.7.0 because it is requires a minor version update to Floki. Otherwise
the actual changes in phoenix_markdown are more patch-like...__
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 PhoenixIntegration.Mixfile do
use Mix.Project

@version "0.7.0"
@version "0.8.0"
@url "https://github.com/boydm/phoenix_integration"

def project do
Expand Down

0 comments on commit efc82ea

Please sign in to comment.