Skip to content

Commit a9f31dd

Browse files
authored
Merge pull request #94 from play-iot/release/vpnc/0.10.0
Release vpnc 0.10.0
2 parents fe06d1e + 3d63ca7 commit a9f31dd

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

cli/CHANGELOG-VPNC.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# Changelog
22

3+
## [v0.10.0](https://github.com/play-iot/iot-vpn/tree/vpnc/v0.10.0) (2021-06-16)
4+
5+
### Fixes
6+
7+
- Fix some DNS resolver bug related to `BBB` and `connman`
8+
- Provide workaround for [#91](https://github.com/play-iot/iot-vpn/issues/91)
9+
310
## [v0.9.5](https://github.com/play-iot/iot-vpn/tree/vpnc/v0.9.5) (2021-06-14)
411

512
### Changes
613

7-
- Resolve [#85](https://github.com/play-iot/iot-vpn/issues/85)
8-
- Resolve [#86](https://github.com/play-iot/iot-vpn/issues/86)
9-
- Resolve [#66](https://github.com/play-iot/iot-vpn/issues/66)
14+
- Fixed [#85](https://github.com/play-iot/iot-vpn/issues/85)
15+
- Fixed [#86](https://github.com/play-iot/iot-vpn/issues/86)
16+
- Fixed [#66](https://github.com/play-iot/iot-vpn/issues/66)
1017

1118
## [v0.9.4](https://github.com/play-iot/iot-vpn/tree/vpnc/v0.9.4) (2021-06-10)
1219

cli/python/src/client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
APP_VERSION = '0.9.6'
1+
APP_VERSION = '0.10.0'
22
HASH_VERSION = 'dev'

0 commit comments

Comments
 (0)