diff --git a/yesod-newsfeed/ChangeLog.md b/yesod-newsfeed/ChangeLog.md
index e2d022ec..821ac2ff 100644
--- a/yesod-newsfeed/ChangeLog.md
+++ b/yesod-newsfeed/ChangeLog.md
@@ -1,8 +1,8 @@
-#Changelog
+# Changelog
-##2015-09-30:
+## 1.5
-###Yesod/FeedTypes.hs
+### Yesod/FeedTypes.hs
* added `feedLogo` field to `Feed` type as `Maybe (url, Text)`. Should this field result in `Nothing`, nothing will be added to the feed.
* `url`: Defines the URL to the logi image
@@ -12,12 +12,12 @@
* `Int`: Is the content size in bytes. RSS requires this.
* `Text`: Is the MIME-type of the enclosed file. RSS requires this
-###Yesod/AtomFeed.hs
+### Yesod/AtomFeed.hs
* modified `template` function to append an `url` tag at the end of the feed, when the provided `feedLogo` is not `Nothing`. This might look awkward, since it will be appended *after* the entries.
* modified `entryTemplate` to append an `` to the feed entry.
-###Yesod/RssFeed.hs
+### Yesod/RssFeed.hs
* modified `template` function to append an `` tag with its three required components ``, `` and ``. `` and `` will be filled from `feedLogo`, `` will be `feedLinkHome`.
* modified `entryTemplate` function to append an `` to the feed entry
diff --git a/yesod-newsfeed/yesod-newsfeed.cabal b/yesod-newsfeed/yesod-newsfeed.cabal
index 8ff7ed2b..c98f0171 100644
--- a/yesod-newsfeed/yesod-newsfeed.cabal
+++ b/yesod-newsfeed/yesod-newsfeed.cabal
@@ -1,5 +1,5 @@
name: yesod-newsfeed
-version: 1.4.0.1
+version: 1.5
license: MIT
license-file: LICENSE
author: Michael Snoyman, Patrick Brisbin