We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916541c commit 2c1d131Copy full SHA for 2c1d131
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## Version 3.1.0
2
+
3
+### Changed
4
5
+* [198](https://github.com/appfolio/ae_page_objects/pull/198) Add Rails 5.0 support for ae_page_objects router
6
+* [197](https://github.com/appfolio/ae_page_objects/pull/197) Fix documentation
7
8
## Version 3.0.0
9
10
### Changed
lib/ae_page_objects/version.rb
@@ -1,3 +1,3 @@
module AePageObjects
- VERSION = '3.0.0'.freeze
+ VERSION = '3.1.0'.freeze
end
0 commit comments