From c471e2816de59558a489a145b3c52d7a0e673b17 Mon Sep 17 00:00:00 2001 From: Rafi Khan Date: Sat, 20 Feb 2016 23:37:11 -0600 Subject: [PATCH] @2.0.4 #54 (added changelog info) --- Contributors.md | 1 + README.md | 2 +- changelog.md | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 2cfa981..6a0c9e1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -13,6 +13,7 @@ These are the active contributors of this project that you may contact if there - [Lauszus](https://github.com/lauszus) : Active contributor - [csBlueChip](https://github.com/csbluechip) : Active contributor, who contributed major and vital changes to the code base. - [Sebazzz](https://github.com/sebazz): Contributor +- [lumbric](https://github.com/lumbric): Contributor Note: This list is being updated constantly so please let [z3t0](https://github.com/z3t0) know if you have been missed. diff --git a/README.md b/README.md index 40e5c45..21e6b21 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This library enables you to send and receive using infra-red signals on an Ardui Check [here](http://z3t0.github.io/Arduino-IRremote/) for tutorials and more information. -## Version - 2.03 +## Version - 2.04 ## Installation 1. Navigate to the [Releases](https://github.com/z3t0/Arduino-IRremote/releases) page. diff --git a/changelog.md b/changelog.md index 0ec8afe..e0d9fd2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +## 2.0.4 - 2016/02/20 +- Add Panasonic and JVC to IRrecord example [PR](https://github.com/z3t0/Arduino-IRremote/pull/54) + ## 2.0.3 - 2016/02/20 - Change IRSend Raw parameter to const [PR](https://github.com/z3t0/Arduino-IRremote/pull/227)