diff --git a/CHANGELOG.md b/CHANGELOG.md
index c3ad80a..c39622b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
+
+## [v2.1.0](https://github.com/rubensworks/rdf-parse.js/compare/v1.9.1...v2.1.0) - 2022-07-08
+
+### Added
+* [Emit prefix and context events when parsing, Closes #22](https://github.com/rubensworks/rdf-parse.js/commit/e971663f1fee53237fd279541dfefb2a2b844a7a)
+
## [v2.0.0](https://github.com/rubensworks/rdf-parse.js/compare/v1.9.1...v2.0.0) - 2022-03-02
diff --git a/package.json b/package.json
index 674c10b..0d09c87 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "rdf-parse",
- "version": "2.0.0",
+ "version": "2.1.0",
"description": "Parses RDF from any serialization",
"lsd:module": true,
"keywords": [