Skip to content

Commit

Permalink
chore(main): release 2.1.1 (#230)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [2.1.1](v2.1.0...v2.1.1)
(2024-07-16)


### Bug Fixes

* **cloud:** get default keys as static
([#229](#229))
([815643a](815643a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Bug Fixes**
- Resolved an issue with retrieving default keys in the cloud
functionality.

- **Chores**
  - Updated version number to 2.1.1 to reflect the latest changes.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
rokam authored Jul 17, 2024
1 parent a650a6a commit 8178e76
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.1](https://github.com/rokam/midea-local/compare/v2.1.0...v2.1.1) (2024-07-16)


### Bug Fixes

* **cloud:** get default keys as static ([#229](https://github.com/rokam/midea-local/issues/229)) ([815643a](https://github.com/rokam/midea-local/commit/815643a1a59a14863090b0cdd65170605a8b91da))

## [2.1.0](https://github.com/rokam/midea-local/compare/v2.0.0...v2.1.0) (2024-07-16)


Expand Down
2 changes: 1 addition & 1 deletion midealocal/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Midea Local Version."""

__version__ = "2.1.0"
__version__ = "2.1.1"

0 comments on commit 8178e76

Please sign in to comment.