# Changelog 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). `(#XY)` is the github issue/ticket id ### Categories each change fall into * **Added**: for new features. * **Changed**: for changes in existing functionality. * **Deprecated**: for soon-to-be removed features. * **Removed**: for now removed features. * **Fixed**: for any bug fixes. ## [Unreleased] ## [0.2.0] - 2024-08-07 ### Changed - Accept FCM credentials as impl Read (#12) - Handle ```duration_since``` error differently in the token_manager. (#1) ## [0.1.0] - 2024-04-29 ### Added - Initial to be released code of this library