Skip to content

Commit

Permalink
Updated changelogs and versions for #1561
Browse files Browse the repository at this point in the history
  • Loading branch information
DanBurton committed Oct 11, 2018
1 parent 132abcc commit bff8200
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion yesod-auth-oauth/ChangeLog.md
@@ -1,6 +1,6 @@
## 1.6.0.1

* Compile with GHC 8.6
* Compile with GHC 8.6 [#1561](https://github.com/yesodweb/yesod/pull/1561)

## 1.6.0

Expand Down
2 changes: 1 addition & 1 deletion yesod-auth/ChangeLog.md
Expand Up @@ -2,7 +2,7 @@

## 1.6.4.2

* Add support for persistent 2.9 [#1516](https://github.com/yesodweb/yesod/pull/1516)
* Add support for persistent 2.9 [#1516](https://github.com/yesodweb/yesod/pull/1516), [#1561](https://github.com/yesodweb/yesod/pull/1561)

## 1.6.4.1

Expand Down
2 changes: 1 addition & 1 deletion yesod-persistent/ChangeLog.md
@@ -1,6 +1,6 @@
## 1.6.0.1

* Add support for persistent 2.9 [#1516](https://github.com/yesodweb/yesod/pull/1516)
* Add support for persistent 2.9 [#1516](https://github.com/yesodweb/yesod/pull/1516), [#1561](https://github.com/yesodweb/yesod/pull/1561)

## 1.6.0

Expand Down
4 changes: 4 additions & 0 deletions yesod-static/ChangeLog.md
@@ -1,3 +1,7 @@
## 1.6.0.1

* Make test suite build with GHC 8.6 [#1561](https://github.com/yesodweb/yesod/pull/1561)

## 1.6.0

* Upgrade to yesod-core 1.6.0
Expand Down
2 changes: 1 addition & 1 deletion yesod-static/yesod-static.cabal
@@ -1,5 +1,5 @@
name: yesod-static
version: 1.6.0
version: 1.6.0.1
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
Expand Down
4 changes: 4 additions & 0 deletions yesod-test/ChangeLog.md
@@ -1,3 +1,7 @@
## 1.6.5.1

* Make test suite build with GHC 8.6 [#1561](https://github.com/yesodweb/yesod/pull/1561)

## 1.6.5
bodyEquals prints out actual body in addition to expected body in failure msg
[#1525](https://github.com/yesodweb/yesod/pull/1525)
Expand Down
2 changes: 1 addition & 1 deletion yesod-test/yesod-test.cabal
@@ -1,5 +1,5 @@
name: yesod-test
version: 1.6.5
version: 1.6.5.1
license: MIT
license-file: LICENSE
author: Nubis <nubis@woobiz.com.ar>
Expand Down

0 comments on commit bff8200

Please sign in to comment.