Skip to content

Commit

Permalink
Release 0.4.0 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse authored Feb 19, 2022
1 parent 8b4a9d7 commit 654834f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
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).
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) after the 1.0.0 release.

## Unreleased
## 0.4.0 - 2022-02-19

### Added

- Added `get_devices_by_type` to `Room` entity
- Add way to get entity type easily
- Improve entity creation and visibility for unsupported entities
- Added `get_devices_by_type` to `Room` entity (#102)
- Add way to get entity type easily (#102)
- Improve entity creation and visibility for unsupported entities (#107)
- Improve token refresh (#131)
- Improve OAuth layer (#133)

## 0.3.1 - 2021-10-15

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "iolite-client"
version = "0.3.1"
version = "0.4.0"
description = "API client for interacting with IOLite's remote API"
authors = ["Malachi Soord <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 654834f

Please sign in to comment.