diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2c897107..e3c9cadd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,7 +14,7 @@ project(VitaShell)
include("${VITASDK}/share/vita.cmake" REQUIRED)
set(VITA_APP_NAME "VitaShell")
set(VITA_TITLEID "VITASHELL")
-set(VITA_VERSION "01.81")
+set(VITA_VERSION "01.82")
# Flags and includes
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -O3 -Wno-unused-variable -Wno-unused-but-set-variable -Wno-format-truncation -fno-lto")
diff --git a/README.md b/README.md
index 3f3cb900..62de3900 100644
--- a/README.md
+++ b/README.md
@@ -107,6 +107,9 @@ Credits
Changelog
---------
+### Changelog 1.82
+- Added support for firmware 3.65/3.67.
+
### Changelog 1.81
- Added adhoc file transfer feature.
- Fixed bug where it didn't count files and folders in archives correctly.
diff --git a/main.h b/main.h
index bf493484..c38f2d43 100644
--- a/main.h
+++ b/main.h
@@ -53,7 +53,7 @@
// VitaShell version major.minor
#define VITASHELL_VERSION_MAJOR 0x01
-#define VITASHELL_VERSION_MINOR 0x81
+#define VITASHELL_VERSION_MINOR 0x82
#define VITASHELL_VERSION ((VITASHELL_VERSION_MAJOR << 0x18) | (VITASHELL_VERSION_MINOR << 0x10))
diff --git a/pkg/sce_sys/livearea/contents/template.xml b/pkg/sce_sys/livearea/contents/template.xml
index d010c7f8..1eb9e634 100644
--- a/pkg/sce_sys/livearea/contents/template.xml
+++ b/pkg/sce_sys/livearea/contents/template.xml
@@ -28,7 +28,7 @@
- v1.81
+ v1.82
diff --git a/resources/changeinfo.txt b/resources/changeinfo.txt
index e731f4ce..8cccc42a 100644
--- a/resources/changeinfo.txt
+++ b/resources/changeinfo.txt
@@ -352,4 +352,9 @@
- Improved controls code.
]]>
+
+
+ ]]>
+