diff --git a/CHANGELOG.md b/CHANGELOG.md
index b7b536d47..41cf4aa5e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# Change Log
+## v0.21.1 [(2018-03-05)](https://github.com/nodegit/nodegit/releases/tag/v0.21.1)
+
+[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.21.0...v0.21.1)
+
+#### Summary of changes
+- Fixed an issue where having html escape characters in the path portion of an ssh url always fails when performing remote actions.
+
+#### Included non-merged libgit2 PRs:
+- [Unescape special characters in SSH repo paths #4557](https://github.com/libgit2/libgit2/pull/4557)
+
## v0.21.0 [(2018-02-26)](https://github.com/nodegit/nodegit/releases/tag/v0.21.0)
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.20.3...v0.21.0)
@@ -34,7 +44,7 @@
- [Updated input docs to allow for git_push_update_reference_cb to generate #1386](https://github.com/nodegit/nodegit/pull/1386)
- [Updated descriptors for git_index_find and git_index_find_prefix #1391](https://github.com/nodegit/nodegit/pull/1391)
-#### Included merged libgti2 PRs:
+#### Included merged libgit2 PRs:
- [Fix template dir empty string #4273](https://github.com/libgit2/libgit2/pull/4273)
- [travis: upgrade container to Ubuntu 14.04 #4211](https://github.com/libgit2/libgit2/pull/4211)
- [merge: perform exact rename detection in linear time #4202](https://github.com/libgit2/libgit2/pull/4202)
@@ -87,7 +97,7 @@
-## v0.20.2 [(2017-08-16)](https://github.com/nodegit/nodegit/releases/tag/v0.20.2)
+## v0.20.2 [(2017-09-13)](https://github.com/nodegit/nodegit/releases/tag/v0.20.2)
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.20.0...v0.20.2)
diff --git a/package-lock.json b/package-lock.json
index 0b566cf78..cda103de2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nodegit",
- "version": "0.21.0",
+ "version": "0.21.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index fd6e14916..507ac1e63 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nodegit",
"description": "Node.js libgit2 asynchronous native bindings",
- "version": "0.21.0",
+ "version": "0.21.1",
"homepage": "http://nodegit.org",
"keywords": [
"libgit2",
diff --git a/vendor/libgit2 b/vendor/libgit2
index da12bb87a..e002b651a 160000
--- a/vendor/libgit2
+++ b/vendor/libgit2
@@ -1 +1 @@
-Subproject commit da12bb87a7d206d3c8dfdd0922d0c3c7009965ba
+Subproject commit e002b651a116fe8be07aa56343de32e40bba2679