From ba4601cd089a4121e45231107d2674bc89d82ca6 Mon Sep 17 00:00:00 2001 From: Rimuy Date: Wed, 26 Jan 2022 03:28:13 -0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e723c78..e5d206c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. 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). +## [1.1.1] +### Fixed +* Fixed actions calling `OnConnected` more than once. + ## [1.1.0] ### Added * Added `ManualAction`. Variant that is used to act as a placeholder for manual triggering.