diff --git a/changelog.md b/changelog.md
index e06edf1e..acc3c39d 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+## [v1.3.0] 17/12/20
+
+- Created `demote` subcommand under `teamOwner` command.
+
## [v1.2.0][] 17/12/20
- Created `teamOwner` command.
@@ -52,6 +56,8 @@ This is the initial release for the rewrite of our main bot, which means all _ch
+[v1.3.0]: https://github.com/cAttte/cop/releases/tag/v1.3.0
+[v1.2.0]: https://github.com/cAttte/cop/releases/tag/v1.2.0
[v1.1.2]: https://github.com/cAttte/cop/releases/tag/v1.1.2
[v1.1.1]: https://github.com/cAttte/cop/releases/tag/v1.1.1
[v1.1.0]: https://github.com/cAttte/cop/releases/tag/v1.1.0
diff --git a/package-lock.json b/package-lock.json
index 62fcb150..7e59c2b2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "main-bot",
- "version": "1.2.0",
+ "version": "1.3.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 5d48a412..af752243 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "main-bot",
- "version": "1.2.0",
+ "version": "1.3.0",
"description": "The main official bot for the BuildTheEarth Discord server.",
"main": "src/index.js",
"dependencies": {