CHANGELOG.md in deimos-ruby-1.19.beta2 vs CHANGELOG.md in deimos-ruby-1.19.0

- old
+ new

@@ -5,10 +5,14 @@ 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 +# 1.19.0 - 2023-02-21 + - Feature: When consuming data in batch mode, this adds ability to save data to multiple tables with `association_list`. +- Fix bug with the `disable_producers` method where producers may remain disabled after the block + is done processing if an error occurs inside it. # 1.18.2 - 2022-11-14 - Fixes bug related to wait between runs when no records are fetched by updating poll_info