Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 634 Bytes

CHANGELOG.md

File metadata and controls

17 lines (11 loc) · 634 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.1.4 - 2024-05-02

Other

  • Manual pub (#18)

  • Initial release

  • Changed RabbitMqTlsSettings::ca_certificate_chain_pem from String to Option<String>

  • Changed RabbitMqSettings::password from String to redact::Secret<String>