Added
- [9](https://github.com/joe-mccarthy/night-sky-pi/issues/9) A configurable cooldown has been added to the end of an observation to allow other processes to possibly complete
- [3](https://github.com/joe-mccarthy/night-sky-pi/issues/3) Ability to publish messages to an MQTT Broker with supporting documentation.
- [4](https://github.com/joe-mccarthy/night-sky-pi/issues/4) Observation, Capture, Data and file information stored in data directory for image.
- [16](https://github.com/joe-mccarthy/night-sky-pi/issues/16) Publish status events to MQTT broker
- [1](https://github.com/joe-mccarthy/night-sky-pi/issues/1) Added additional tests
Changed
- [10](https://github.com/joe-mccarthy/night-sky-pi/issues/10) Modified timeout for the image capture subprocess to be configurable with a default
- [5](https://github.com/joe-mccarthy/night-sky-pi/issues/5) Resolved Sonar issues from the previous release
- [6](https://github.com/joe-mccarthy/night-sky-pi/issues/6) Added utility to convert microseconds to seconds for easier to read logs and messages
- [8](https://github.com/joe-mccarthy/night-sky-pi/issues/8) Configuration for the application is reloaded at the start of every observation rather and application startup
- [11](https://github.com/joe-mccarthy/night-sky-pi/pull/11) Update dependencies via dependabot, freeze suntime version as known breakage about **1.2.5**
- [7](https://github.com/joe-mccarthy/night-sky-pi/issues/7) Updated readme with information
Fixed
- [12](https://github.com/joe-mccarthy/night-sky-pi/issues/12) Logging configuration being ignored, introduced by [#8](https://github.com/joe-mccarthy/night-sky-pi/issues/8)