Skip to content

Commit

Permalink
Bump version to 1.7.0.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKuhn committed Nov 21, 2019
1 parent c2cfc4b commit 2faa506
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
15 changes: 4 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
# CHANGELOG

### Version 1.6.0
### Unreleased Changes

2019-11-21
[Compare changes](https://github.com/codevise/pageflow-text-page/compare/1-6-stable...master)

[Compare changes](https://github.com/codevise/pageflow-text-page/compare/1-5-stable...v1.6.0)

- Restrict theme-induced text max-width to left text layout
([#31](https://github.com/codevise/pageflow-text-page/pull/31))
- Change file lookup to perma_id
([#30](https://github.com/codevise/pageflow-text-page/pull/30))
- Fix Travis CI
([#29](https://github.com/codevise/pageflow-text-page/pull/29))
None so far.

See
[1-5-stable branch](https://github.com/codevise/pageflow-text-page/blob/1-5-stable/CHANGELOG.md)
[1-6-stable branch](https://github.com/codevise/pageflow-text-page/blob/1-6-stable/CHANGELOG.md)
for previous changes.
2 changes: 1 addition & 1 deletion lib/pageflow/text_page/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Pageflow
module TextPage
VERSION = '1.6.0'.freeze
VERSION = '1.7.0.dev'.freeze
end
end

0 comments on commit 2faa506

Please sign in to comment.