diff --git a/CHANGELOG.md b/CHANGELOG.md
index d3085c6..3aa3f10 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,28 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+# [0.3.0](https://github.com/flyntwp/flynt-vscode-snippets/compare/v0.2.1...v0.3.0) (2018-01-04)
+
+
+### Bug Fixes
+
+* **snippets/json:** add default values for maxlength properties ([a08190f](https://github.com/flyntwp/flynt-vscode-snippets/commit/a08190f))
+* **snippets/json:** add missing pipe ([c21db99](https://github.com/flyntwp/flynt-vscode-snippets/commit/c21db99))
+* **snippets/json:** add missing pipes to choice in post object snippet ([8b17013](https://github.com/flyntwp/flynt-vscode-snippets/commit/8b17013))
+* **snippets/json:** order ACF user snippet tabbing correctly ([a42864f](https://github.com/flyntwp/flynt-vscode-snippets/commit/a42864f))
+* **snippets/json:** reorder ACF checkbox field snippet and set correct type ([607e811](https://github.com/flyntwp/flynt-vscode-snippets/commit/607e811))
+* **snippets/json:** use choices option for appropriate snippets ([f7b5e40](https://github.com/flyntwp/flynt-vscode-snippets/commit/f7b5e40))
+
+
+### Features
+
+* **snippets/json:** add ACF accordion field snippet ([5d5a5dd](https://github.com/flyntwp/flynt-vscode-snippets/commit/5d5a5dd))
+* **snippets/json:** add ACF link field snippet ([5f43e8d](https://github.com/flyntwp/flynt-vscode-snippets/commit/5f43e8d))
+* **snippets/json:** add custom post type config snippet ([4bc780e](https://github.com/flyntwp/flynt-vscode-snippets/commit/4bc780e))
+
+
+
## [0.2.1](https://github.com/flyntwp/flynt-vscode-snippets/compare/v0.2.0...v0.2.1) (2018-01-02)
diff --git a/package-lock.json b/package-lock.json
index b0e9d86..4131b4e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "flynt-vscode-snippets",
- "version": "0.2.1",
+ "version": "0.3.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 2127aeb..033babf 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "flynt-vscode-snippets",
"displayName": "Flynt Snippets",
"description": "Snippets for development with the Flynt framework.",
- "version": "0.2.1",
+ "version": "0.3.0",
"publisher": "flyntwp",
"license": "MIT",
"bugs": {