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 1985240 commit 8d8fddeCopy full SHA for 8d8fdde
CHANGELOG.md
@@ -1,5 +1,5 @@
1
-## [Unreleased]
2
-[Compare]: https://github.com/shakacode/cypress-on-rails/compare/v1.6.0...master
+## [1.7.0]
+[Compare]: https://github.com/shakacode/cypress-on-rails/compare/v1.6.0...v1.7.0
3
4
### Changed
5
* Improve eval() in command executor [PR 46](https://github.com/shakacode/cypress-on-rails/pull/46) by [Systho](https://github.com/Systho)
lib/cypress_on_rails/version.rb
@@ -1,3 +1,3 @@
module CypressOnRails
- VERSION = '1.6.0'
+ VERSION = '1.7.0'
end
0 commit comments