Skip to content

Commit

Permalink
Merge pull request #100 from alphagov/version_5_0_2
Browse files Browse the repository at this point in the history
Bump to version 5.0.2.
  • Loading branch information
danielroseman authored Oct 11, 2016
2 parents 6f8def5 + c6dbeb1 commit 34c5a30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.0.2
* Loosen ActionView dependency to allow use with Rails
5 [#99](https://github.com/alphagov/govspeak/pull/99)

## 5.0.1
* Move presenters into the Govspeak namespace [#93](https://github.com/alphagov/govspeak/pull/93)
* Embedded links now will automatically be marked with `rel="external"` [#96](https://github.com/alphagov/govspeak/pull/96)
Expand Down
2 changes: 1 addition & 1 deletion lib/govspeak/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Govspeak
VERSION = "5.0.1"
VERSION = "5.0.2"
end

0 comments on commit 34c5a30

Please sign in to comment.