diff --git a/CHANGELOG.md b/CHANGELOG.md
index 36b3849..12d552f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,5 +2,10 @@
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.
+
+## [1.0.2](https://github.com/emkay/parser-6502/compare/v1.0.1...v1.0.2) (2016-10-13)
+
+
+
## 1.0.1 (2016-10-13)
diff --git a/package.json b/package.json
index 8843240..4284e85 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "parser-6502",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "Parser for 6502 assembler.",
"main": "index.js",
"dependencies": {