diff --git a/changes.txt b/changes.txt index 7814e50..acd9574 100644 --- a/changes.txt +++ b/changes.txt @@ -3,7 +3,11 @@ unreleased - tba -tba, v1.3.0 +13 Mar 2017, v1.3.0 +- Warning: Source has moved to folder src! +- Added addtional class to support ISO/IEC 14443-4 PICCs @JPG-Consulting +- Added RATS (Request for Answer To Select) @JPG-Consulting +- More information see https://github.com/miguelbalboa/rfid/pull/271 @JPG-Consulting 13 Mar 2017, v1.2.1 - Removed need for reset pin #275 @tkoester diff --git a/library.json b/library.json index 76e83e4..b00e86c 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/miguelbalboa/rfid.git" }, - "version": "1.2.1", + "version": "1.3.0", "exclude": "doc", "frameworks": "arduino", "platforms": ["atmelavr", "ststm32", "teensy", "espressif8266"] diff --git a/library.properties b/library.properties index 324d734..109cbe0 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MFRC522 -version=1.2.1 +version=1.3.0 author=GithubCommunity maintainer=miguelbalboa sentence=Arduino RFID Library for MFRC522 (SPI)