Skip to content

Commit 20c2c5a

Browse files
authored
Update CHANGELOG.md
1 parent d5ef0eb commit 20c2c5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Changes by Version
22

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

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

14-
### 1.2.0 (2022-07-06)
14+
### v1.2.0 (2022-07-06)
1515
* 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**
16-
### 1.1.0 (2022-06-13)
16+
### v1.1.0 (2022-06-13)
1717
* Updated api.proto and included new message definitions ([#1](https://github.com/mycontroller-org/esphome_api/pull/1), [@mligor](https://github.com/mligor))
1818

1919

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

0 commit comments

Comments
 (0)