diff --git a/CHANGELOG.md b/CHANGELOG.md
index c8df216..839e84d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## [0.0.62](https://github.com/wessberg/polyfiller/compare/v0.0.61...v0.0.62) (2019-02-16)
+
+### Features
+
+- **polyfill:** Adds polyfill for Constructable StyleSheets ([b9f9989](https://github.com/wessberg/polyfiller/commit/b9f9989))
+
## [0.0.61](https://github.com/wessberg/polyfiller/compare/v0.0.60...v0.0.61) (2019-02-07)
### Bug Fixes
diff --git a/README.md b/README.md
index 68ba31f..bfe7bac 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@
+
@@ -82,7 +83,7 @@ The web service is hosted and live at `https://polyfill.app/api`. It is **free**
- [Maintainers](#maintainers)
- [Backers](#backers)
- [Patreon](#patreon)
- - [FAQ](#faq)
+- [FAQ](#faq)
- [What's the difference from polyfill.io](#whats-the-difference-from-polyfillio)
- [Hosting](#hosting)
- [Logo](#logo)
@@ -303,7 +304,7 @@ Do you want to contribute? Awesome! Please follow [these recommendations](./CONT
-### FAQ
+## FAQ
diff --git a/package.json b/package.json
index 4948c44..0315977 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@wessberg/polyfiller",
- "version": "0.0.61",
+ "version": "0.0.62",
"description": "Never worry about polyfills again.",
"files": [
"dist/**/*.*"