From 6c15e95acc1a89c88c89b56e849cc1e023d08859 Mon Sep 17 00:00:00 2001 From: Brian Underwood Date: Wed, 31 Jul 2024 09:20:50 +0200 Subject: [PATCH] chore: Update CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fb6921..4ec57c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.6.0] - 2023-07-30 + +### Added + +- Support for subscribing to association column values (thanks @barrelltech / #6) + +### Changed + +- Changed broadcast messages from a 4-element tuple to a 3-element tuple (see #12 / thanks @venkatd + @barrelltech) + ## [0.5.4] - 2023-07-18 ### Fixed