diff --git a/README.md b/README.md
index 771e07598..df4a4002c 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,8 @@ Both Scala 2.11 and Scala 2.12 (2.12.0-M7 and later) are supported.
To get started with SBT, add one (or both) of these dependencies:
-- `libraryDependencies += "io.github.cquiroz" %% "scala-java-time" % "2.0.0-M11"` (for Scala)
-- `libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.0.0-M11` (for Scala.js, [Scala.js plugin](http://www.scala-js.org/tutorial/basic/#sbt-setup) required)
+- `libraryDependencies += "io.github.cquiroz" %% "scala-java-time" % "2.0.0-M12"` (for Scala)
+- `libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.0.0-M12` (for Scala.js, [Scala.js plugin](http://www.scala-js.org/tutorial/basic/#sbt-setup) required)
#### Documentation
diff --git a/changes.xml b/changes.xml
index 5cb00ec64..dc22467b5 100644
--- a/changes.xml
+++ b/changes.xml
@@ -9,6 +9,11 @@
+
+
+ Update to scala.js 0.6.17
+
+
Support Hijrah chronology on scala.js
diff --git a/docs/src/main/tut/index.md b/docs/src/main/tut/index.md
index 079ca7aa2..228932c69 100644
--- a/docs/src/main/tut/index.md
+++ b/docs/src/main/tut/index.md
@@ -60,8 +60,8 @@ Both Scala 2.11 and Scala 2.12 (2.12.0-M8 and later) are supported.
To get started with SBT, add one (or both) of these dependencies:
-- `libraryDependencies += "io.github.cquiroz" %% "scala-java-time" % "2.0.0-M11"` (for Scala)
-- `libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.0.0-M11"` (for Scala.js, [Scala.js plugin](http://www.scala-js.org/tutorial/basic/#sbt-setup) required)
+- `libraryDependencies += "io.github.cquiroz" %% "scala-java-time" % "2.0.0-M12"` (for Scala)
+- `libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.0.0-M12"` (for Scala.js, [Scala.js plugin](http://www.scala-js.org/tutorial/basic/#sbt-setup) required)
#### Building
This project builds using sbt.