From e1768b4debb03441e93a1f2d5f135111e98fdd97 Mon Sep 17 00:00:00 2001 From: Rafi Khan Date: Thu, 10 Aug 2017 17:01:44 -0600 Subject: [PATCH] Added changelog info --- README.md | 2 +- changelog.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 00a4b03..915b128 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 Tutorials and more information will be made available on [the official homepage](http://z3t0.github.io/Arduino-IRremote/). -## Version - 2.2.3 +## Version - 2.4.0b ## Installation 1. Navigate to the [Releases](https://github.com/z3t0/Arduino-IRremote/releases) page. diff --git a/changelog.md b/changelog.md index 81339f2..92d6471 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +## 2.4.0 - 2017/08/10 + - Cleanup of hardware dependencies. Merge in SAM support [PR #437](https://github.com/z3t0/Arduino-IRremote/pull/437) + ## 2.3.3 - 2017/03/31 - Added ESP32 IR receive support [PR #427](https://github.com/z3t0/Arduino-IRremote/pull/425)