diff --git a/pom.xml b/pom.xml
index 7edb332..3431a11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
com.grapeshot
halfnes
- 061-SNAPSHOT
+ 061
diff --git a/src/main/java/com/grapeshot/halfnes/NES.java b/src/main/java/com/grapeshot/halfnes/NES.java
index 12fd883..be7c9c3 100644
--- a/src/main/java/com/grapeshot/halfnes/NES.java
+++ b/src/main/java/com/grapeshot/halfnes/NES.java
@@ -21,7 +21,7 @@ public class NES {
private PPU ppu;
private GUIInterface gui;
private ControllerInterface controller1, controller2;
- final public static String VERSION = "060";
+ final public static String VERSION = "061";
public boolean runEmulation = false;
private boolean dontSleep = false;
public long frameStartTime, framecount, frameDoneTime;
diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt
index 8081774..2e442c8 100644
--- a/src/main/resources/changelog.txt
+++ b/src/main/resources/changelog.txt
@@ -1,4 +1,12 @@
HalfNES Version Notes:
+061 (2/16/2016)
+-Minor speed improvements and code cleanups
+-Improved VRC7 Envelopes again with values properly calculated from docs
+-Audio output is done in stereo now (though no interface to pan channels)
+-Build system changed to Maven
+-Framework for unit tests is begun (incl work on headless mode)
+-JavaFX UI for the RetroPi is included but not used by default.
+ (It needs more work for desktop use.)
060 (8/29/2015)
-Fixed Battletoads and Battletoads: Double Dragon freezes on certain levels
-Reduced jerkiness of scrolling in 50 fps games