diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff5812b..b8a5187 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+#### 6.2.2
+
+* 10/09/24
+* #212 Bugfix: `sqrt` error when `Big.strict` is `true`.
+
#### 6.2.1
* 09/07/22
diff --git a/LICENCE.md b/LICENCE.md
index 83b6c7c..c9f38f0 100644
--- a/LICENCE.md
+++ b/LICENCE.md
@@ -1,7 +1,7 @@
The MIT License (MIT)
=====================
-Copyright © `<2022>` `Michael Mclaughlin`
+Copyright © `<2024>` `Michael Mclaughlin`
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
diff --git a/README.md b/README.md
index f484bab..48370ba 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ import Big from './path/to/big.mjs';
Get a minified version from a CDN:
```html
-
+
```
### [Node.js](http://nodejs.org)
@@ -64,8 +64,8 @@ import Big from 'big.js';
### [Deno](https://deno.land/)
```javascript
-import Big from 'https://raw.githubusercontent.com/mikemcl/big.js/v6.2.1/big.mjs';
-import Big from 'https://unpkg.com/big.js@6.2.1/big.mjs';
+import Big from 'https://raw.githubusercontent.com/mikemcl/big.js/v6.2.2/big.mjs';
+import Big from 'https://unpkg.com/big.js@6.2.2/big.mjs';
```
## Use
diff --git a/big.js b/big.js
index 2ffef64..81cc0f2 100644
--- a/big.js
+++ b/big.js
@@ -1,7 +1,7 @@
/*
- * big.js v6.2.1
+ * big.js v6.2.2
* A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic.
- * Copyright (c) 2022 Michael Mclaughlin
+ * Copyright (c) 2024 Michael Mclaughlin
* https://github.com/MikeMcl/big.js/LICENCE.md
*/
;(function (GLOBAL) {
diff --git a/big.mjs b/big.mjs
index f89e5e2..64fcf83 100644
--- a/big.mjs
+++ b/big.mjs
@@ -1,7 +1,7 @@
/*
- * big.js v6.2.1
+ * big.js v6.2.2
* A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic.
- * Copyright (c) 2022 Michael Mclaughlin
+ * Copyright (c) 2024 Michael Mclaughlin
* https://github.com/MikeMcl/big.js/LICENCE.md
*/
diff --git a/package.json b/package.json
index 7c0276c..a64773b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "big.js",
"description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic",
- "version": "6.2.1",
+ "version": "6.2.2",
"keywords": [
"arbitrary",
"precision",