diff --git a/CHANGELOG.md b/CHANGELOG.md
index c6d0353..bff57fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+#### 6.0.1
+
+* 30/09/20
+* Correct `sqrt` initial estimate.
+
#### 6.0.0
* 25/09/20
diff --git a/big.js b/big.js
index 969a533..8f072be 100644
--- a/big.js
+++ b/big.js
@@ -1,5 +1,5 @@
/*
- * big.js v6.0.0
+ * big.js v6.0.1
* A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic.
* Copyright (c) 2020 Michael Mclaughlin
* https://github.com/MikeMcl/big.js/LICENCE.md
diff --git a/big.mjs b/big.mjs
index 77d142c..3c4deba 100644
--- a/big.mjs
+++ b/big.mjs
@@ -1,5 +1,5 @@
/*
- * big.js v6.0.0
+ * big.js v6.0.1
* A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic.
* Copyright (c) 2020 Michael Mclaughlin
* https://github.com/MikeMcl/big.js/LICENCE.md
diff --git a/docs/index.html b/docs/index.html
index 7eddc6f..dcabda7 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -57,7 +57,7 @@
API