diff --git a/changes.txt b/changes.txt
index d1c3d352..f3f866a7 100644
--- a/changes.txt
+++ b/changes.txt
@@ -1,7 +1,10 @@
 -- Add changes to unreleased tag until we make a release.
 
 unreleased
-- 
+-
+
+22 Mar 2017, v1.3.6
+- Added deprecate and compiler warnings @Rotzbua
 
 8 Apr 2017, v1.3.5
 - Updated "AccessControl.ino", bugs fixed and alterate Wipe button polling method without using other library @beyondszine reviewed by @omersiar 
diff --git a/library.json b/library.json
index 6dfd9584..d67064c4 100644
--- a/library.json
+++ b/library.json
@@ -7,7 +7,7 @@
     "type": "git",
     "url": "https://github.com/miguelbalboa/rfid.git"
   },
-  "version": "1.3.5",
+  "version": "1.3.6",
   "exclude": "doc",
   "frameworks": "arduino",
   "platforms": ["atmelavr", "ststm32", "teensy", "espressif8266"]
diff --git a/library.properties b/library.properties
index 0c9e012a..e96d9516 100644
--- a/library.properties
+++ b/library.properties
@@ -1,5 +1,5 @@
 name=MFRC522
-version=1.3.5
+version=1.3.6
 author=GithubCommunity
 maintainer=miguelbalboa
 sentence=Arduino RFID Library for MFRC522 (SPI)