From 404e1bbfcead8b038071da60106d104c76a74b60 Mon Sep 17 00:00:00 2001
From: James Ball <james@ball.sh>
Date: Fri, 30 Dec 2022 00:08:56 +0000
Subject: [PATCH] Increment version

---
 pom.xml                         | 2 +-
 src/main/resources/CHANGELOG.md | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c22be0c..ddb5ffc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
 
     <groupId>sh.ball</groupId>
     <artifactId>patchable</artifactId>
-    <version>1.2.1</version>
+    <version>1.3.0</version>
 
     <name>patchable</name>
 
diff --git a/src/main/resources/CHANGELOG.md b/src/main/resources/CHANGELOG.md
index b5add3d..237f2d5 100644
--- a/src/main/resources/CHANGELOG.md
+++ b/src/main/resources/CHANGELOG.md
@@ -1,3 +1,7 @@
+- 1.3.0
+  - Add `.patchable` project files, allowing you to save and load the state of your patch
+  - Currently, the file name is `project.patchable` and is saved with Ctrl+S and loaded with Ctrl+O
+
 - 1.2.1
   - Massively simplify all code for Blocks
   - Correctly index outputs for blocks with multiple outputs