Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jkandasa authored Jan 6, 2023
1 parent d5ef0eb commit 20c2c5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Changes by Version

### 1.3.0 (2023-01-06)
### v1.3.0 (2023-01-06)
* update proto: bluetooth support included ([#7](https://github.com/mycontroller-org/esphome_api/pull/7), [@jkandasa](https://github.com/jkandasa))
* support encrypted connection ([#5](https://github.com/mycontroller-org/esphome_api/pull/5), [@jkandasa](https://github.com/jkandasa))

Expand All @@ -11,11 +11,11 @@ old: func Init(clientID, address string, timeout time.Duration, handlerFunc func
new: GetClient(clientID, address, encryptionKey string, timeout time.Duration, handlerFunc func(proto.Message)) (*Client, error)
```

### 1.2.0 (2022-07-06)
### v1.2.0 (2022-07-06)
* rename pkg model to types, upgrade go version ([#2](https://github.com/mycontroller-org/esphome_api/pull/2), [@jkandasa](https://github.com/jkandasa)) **Contains BREAKING CHANGES**
### 1.1.0 (2022-06-13)
### v1.1.0 (2022-06-13)
* Updated api.proto and included new message definitions ([#1](https://github.com/mycontroller-org/esphome_api/pull/1), [@mligor](https://github.com/mligor))


### 1.0.0 (2022-06-13)
### v1.0.0 (2022-06-13)
* initial release

0 comments on commit 20c2c5a

Please sign in to comment.