From bf101f3f8960428847bab5f0c229aed83e418317 Mon Sep 17 00:00:00 2001 From: Lennart Date: Sun, 29 Nov 2020 10:08:07 +0100 Subject: [PATCH] 1.4.1 release --- CHANGELOG.md | 3 +++ library.json | 2 +- library.properties | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef8b4f6..3f68713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased +none + +## [1.4.1] - 2020-11-29 - reordered the constructor parameters to mitigate a code breaking change as suggested by [ab-it](https://github.com/ab-it) in pull request [#25](https://github.com/LennartHennigs/ESPRotary/pull/25) - made ```resetPosition()``` callback trigger optional as suggested by [ab-it](https://github.com/ab-it) - fixed bug in ```directionToString()``` introduced in the 1.4 version, found by [ab-it](https://github.com/ab-it) diff --git a/library.json b/library.json index 51c27d1..5f6a2a5 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/LennartHennigs/ESPRotary" }, - "version": "1.4", + "version": "1.4.1", "authors": { "name": "Lennart Hennigs", "url": "https://lennarthennigs.de" diff --git a/library.properties b/library.properties index 39dc0dc..840af94 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP Rotary -version=1.4 +version=1.4.1 author=Lennart Hennigs maintainer=Lennart Hennigs sentence=ESP8266/Arduino Library for reading rotary encoder values.