From 4c3efeb1cd90d84fd9ed35c23a19f5ad9ff754b4 Mon Sep 17 00:00:00 2001 From: Miguel Balboa Date: Wed, 6 Jan 2016 01:34:40 -0800 Subject: [PATCH 1/2] Bump Version to 1.1.6 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 3bdf2d7..f9b0e9b 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/miguelbalboa/rfid.git" }, - "version": "1.1.5", + "version": "1.1.6", "exclude": "doc", "frameworks": "arduino", "platforms": ["atmelavr", "ststm32", "teensy"] diff --git a/library.properties b/library.properties index 9fbf192..6f68f52 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MFRC522 -version=1.1.5 +version=1.1.6 author=GithubCommunity maintainer=miguelbalboa sentence=Arduino RFID Library for MFRC522 (SPI) From 73d86f030426e2846cfd23d9276c9836a2e81f2e Mon Sep 17 00:00:00 2001 From: Miguel Balboa Date: Thu, 14 Jan 2016 10:14:47 -0800 Subject: [PATCH 2/2] Bump Version to 1.1.6 --- changes.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/changes.txt b/changes.txt index 2eb8f6f..490b8d8 100644 --- a/changes.txt +++ b/changes.txt @@ -1,15 +1,18 @@ -4 Jan 2016, v1.1.5 +06 Jan 2016, v1.1.6 +- Fixed compilation error for examples/ReadNUID/ReadNUID.ino example. @Rotzbua + +04 Jan 2016, v1.1.5 - Use settings functions on SPI libraries, setSPIConfig was deleted, now the library use SPI.beginTransaction() and SPI.endTransaction() - Added examples/ReadNUID/ReadNUID.ino example, showing how to read new NUID from a PICC to serial. -3 Jan 2016, v1.1.4 +03 Jan 2016, v1.1.4 - Added Authentication with Ntag 213,215,216 returns the pACK MFRC522::PCD_NTAG216_AUTH @Gargantuanman - Starting to use versions http://semver.org/ - Continuous Integration @ivankravets - functions return MFRC522::StatusCode and MFRC522::PICC_Type instead of generic byte @rotzbua - removed int-values of MFRC522::StatusCode and MFRC522::PICC_Type @rotzbua -5 Dec 2015 +05 Dec 2015 - recognize infineon cards correctly @mayatforest - added multi reader support, see example @lmmeng