diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d492e2..e4b2ffb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log
+## [v2.1.2](https://github.com/auth0/idtoken-verifier/tree/v2.1.2) (2021-05-26)
+
+[Full Changelog](https://github.com/auth0/idtoken-verifier/compare/v2.1.2...v2.1.2)
+
+**Security**
+
+- Pin crypto-js to 3.3.0 [\#131](https://github.com/auth0/idtoken-verifier/pull/131) ([stevehobbsdev](https://github.com/stevehobbsdev))
+
## [v2.1.1](https://github.com/auth0/idtoken-verifier/tree/v2.1.1) (2021-05-25)
[Full Changelog](https://github.com/auth0/idtoken-verifier/compare/v2.1.1...v2.1.1)
diff --git a/docs/IdTokenVerifier.html b/docs/IdTokenVerifier.html
index 3bd8fe8..2dee84f 100644
--- a/docs/IdTokenVerifier.html
+++ b/docs/IdTokenVerifier.html
@@ -303,7 +303,7 @@
Parameters:
diff --git a/docs/global.html b/docs/global.html
index 5e59115..02e9c31 100644
--- a/docs/global.html
+++ b/docs/global.html
@@ -584,7 +584,7 @@ Parameters:
diff --git a/docs/index.html b/docs/index.html
index 5bdf941..3863d4c 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -242,7 +242,7 @@ License
diff --git a/docs/index.js.html b/docs/index.js.html
index dabc50e..34bf1eb 100644
--- a/docs/index.js.html
+++ b/docs/index.js.html
@@ -551,7 +551,7 @@ index.js
diff --git a/package.json b/package.json
index b633d0e..1497b8e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "idtoken-verifier",
- "version": "2.1.1",
+ "version": "2.1.2",
"description": "A lightweight library to decode and verify RS JWT meant for the browser.",
"main": "build/idtoken-verifier.js",
"umd:main": "build/idtoken-verifier.umd.js",
diff --git a/src/telemetry.js b/src/telemetry.js
index 3dc045d..ea42db2 100644
--- a/src/telemetry.js
+++ b/src/telemetry.js
@@ -1 +1 @@
-export default { version: '2.1.1', name: 'idtoken-verifier' };
+export default { version: '2.1.2', name: 'idtoken-verifier' };