From 4bdeebf4f930bd8115499a41865d1da96531bf1e Mon Sep 17 00:00:00 2001 From: Miguel Balboa Date: Mon, 4 Jan 2016 23:02:54 -0800 Subject: [PATCH] Bump Version to 1.1.5 --- changes.txt | 6 +++++- library.json | 2 +- library.properties | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/changes.txt b/changes.txt index a8cc0c8..2eb8f6f 100644 --- a/changes.txt +++ b/changes.txt @@ -1,4 +1,8 @@ -3 Jan 2016 +4 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 - 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 diff --git a/library.json b/library.json index cded973..3bdf2d7 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/miguelbalboa/rfid.git" }, - "version": "1.1.4", + "version": "1.1.5", "exclude": "doc", "frameworks": "arduino", "platforms": ["atmelavr", "ststm32", "teensy"] diff --git a/library.properties b/library.properties index bb972ad..9fbf192 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MFRC522 -version=1.1.4 +version=1.1.5 author=GithubCommunity maintainer=miguelbalboa sentence=Arduino RFID Library for MFRC522 (SPI)