# 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.0](https://github.com/JP-Ellis/enphase-api/releases/tag/v1.0.0) - _2026-03-17_
### ๐ Features
- [**breaking**] Change api to be async
- Add fetching of power state
- Initial client implementation
### ๐ Documentation
- Update readme with async api
- Update readme
### ๐งช Testing
- Add unit tests from fixtures
### โ๏ธ Miscellaneous Tasks
- Add release-plz workflow and configuration
- Remove multiple crate lint
- _(ci)_ Replace pre-commit with prek
- Update biome schema
- Remove unused prek hooks
- Fix new clippy lints
- _(ci)_ Disable tests for now
- Initial commit