diff --git a/changelog.md b/changelog.md
index f98ecd3..3cf8dbd 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,8 +2,18 @@
This section includes all of the changes made to cop since its first pre-release, for easy tracking of updates and breaking changes.
+## [v0.1.3][] 19/11/20
+
+**Bug fixes:**
+
+- Used `PunishmentProvider#parsePunishment()` in `punishment` schema type.
+
## [v0.1.2][] 19/11/20
+**Bugs:**
+
+- `punishment` schema type depends on `PunishmentAction.parsePunishment()`, which no longer exists. **Fixed in v0.1.3.**
+
**Documentation changes:**
- Added non-technical guide, explaining how to download source code without git.
@@ -42,6 +52,7 @@ This section includes all of the changes made to cop since its first pre-release
+[v0.1.3]: https://github.com/cAttte/cop/releases/tag/v0.1.3
[v0.1.2]: https://github.com/cAttte/cop/releases/tag/v0.1.2
[v0.1.1]: https://github.com/cAttte/cop/releases/tag/v0.1.1
[v0.1.0]: https://github.com/cAttte/cop/releases/tag/v0.1.0
diff --git a/package-lock.json b/package-lock.json
index e4ee14b..29a5e49 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "cop",
- "version": "0.1.2",
+ "version": "0.1.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 579ac47..793368a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cop",
- "version": "0.1.2",
+ "version": "0.1.3",
"description": "ok cop. The minimalistic auto-moderation Discord bot. ™",
"main": "dist/index.js",
"scripts": {