diff --git a/changelog.md b/changelog.md
index 1707656..6960003 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,5 @@
-
-## [`2.0.0-rc.4`](https://github.com/citycide/trilogy/compare/v1.4.5...v2.0.0-rc.4) (2019-06-12)
+
+## [`2.0.0-rc.5`](https://github.com/citycide/trilogy/compare/v1.4.6...v2.0.0-rc.5) (2019-06-12)
v2.0.0 is a significant release. This is a release candidate available on npm
under the `@next` tag. The highlights are:
@@ -13,11 +13,11 @@ To try it out, use:
```sh
# using yarn
yarn add trilogy@next
-yarn add trilogy@2.0.0-rc.4
+yarn add trilogy@2.0.0-rc.5
# using npm
npm i trilogy@next
-npm i trilogy@2.0.0-rc.4
+npm i trilogy@2.0.0-rc.5
```
#### codename: solid source
diff --git a/package.json b/package.json
index 8decbe3..68e900f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "trilogy",
- "version": "2.0.0-rc.4",
+ "version": "2.0.0-rc.5",
"description": "No-hassle SQLite with a document store style API.",
"license": "MIT",
"author": "Bo Lingen (https://github.com/citycide)",