diff --git a/CHANGELOG.md b/CHANGELOG.md
index 779c07e..8a8ead3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,12 @@ project adheres to [Semantic Versioning](http://semver.org/).
+
+## [v0.3.0] - 2022-03-26
+BUG FIXES:
+- Update docker context
+
+
## [v0.2.0] - 2022-03-26
CI:
@@ -37,7 +43,8 @@ CI:
- Version bump to 0.1.0
-[Unreleased]: https://github.com/junminahn/nodbox/compare/v0.2.0...HEAD
+[Unreleased]: https://github.com/junminahn/nodbox/compare/v0.3.0...HEAD
+[v0.3.0]: https://github.com/junminahn/nodbox/compare/v0.2.0...v0.3.0
[v0.2.0]: https://github.com/junminahn/nodbox/compare/0.1.2...v0.2.0
[0.1.2]: https://github.com/junminahn/nodbox/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/junminahn/nodbox/compare/0.1.0...0.1.1
diff --git a/package.json b/package.json
index 8c3b7bf..9320f8e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "nodbox",
- "version": "0.2.0",
+ "version": "0.3.0",
"description": "Docker Image packaging for Nodbox; a tiny container to run JavaScript code",
"main": "entrypoint.js",
"author": "Junmin Ahn",