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 2545d8d commit 9b4d431Copy full SHA for 9b4d431
CHANGELOG.markdown
@@ -1,6 +1,6 @@
1
# ScalaCheck CHANGELOG
2
3
-## 1.14.0 (UNRELEASED)
+## 1.14.0 (2018-04-22)
4
5
### Changed
6
build.sbt
@@ -5,7 +5,7 @@ scalaVersionSettings
// When bumping to 1.14.1, remember to set mimaPreviousArtifacts to 1.14.0
lazy val versionNumber = "1.14.0"
7
8
-lazy val isRelease = false
+lazy val isRelease = true
9
10
lazy val travisCommit = Option(System.getenv().get("TRAVIS_COMMIT"))
11
0 commit comments