diff --git a/CHANGELOG.md b/CHANGELOG.md
index 28485a6443649cbb9105d5c242e6c77b07b6a228..f0c9d88a16b629d011835805120568e003fae9c7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,7 @@
 # Ferma Changelog
 
+## 3.1.0
+
 ## 3.0.1
 
 * Removed the following deprecated classes: FramingIterable, FramingVertexIterable, Path, RunMe, Storage, and VoidFunction.
diff --git a/README.md b/README.md
index 6037ccfd16433d217199b6ca6b111a52f5492a8b..9155e609e847debd3b61c380da9ae520ad7b94e6 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ To include Ferma in your project of choice include the following Maven dependenc
     <dependency>
         <groupId>com.syncleus.ferma</groupId>
         <artifactId>ferma</artifactId>
-        <version>3.0.0</version>
+        <version>3.0.1</version>
     </dependency>
     
 
diff --git a/pom.xml b/pom.xml
index 9305a07536de2e568ddcc2df29e8db822ee21eea..7a419af4aa3890698fa895960836a4838b95b062 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
     <groupId>com.syncleus.ferma</groupId>
     <artifactId>ferma</artifactId>
     <packaging>jar</packaging>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.1.0-SNAPSHOT</version>
 
     <name>Ferma</name>
     <description>An ORM for the Tinkerpop3 graph stack.</description>