Skip to content

Commit 27528e7

Browse files
committed
📃 docs: update CHANGELOG
1 parent 200c891 commit 27528e7

File tree

1 file changed

+42
-2
lines changed

1 file changed

+42
-2
lines changed

CHANGELOG.md

+42-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
# [2.1.0](https://github.com/ccnnde/react-native-simple-openvpn/compare/v2.0.0...v2.1.0) (2023-03-31)
3+
## [2.1.0](https://github.com/ccnnde/react-native-simple-openvpn/compare/v2.0.0...v2.1.0) (2023-03-31)
44

55

66
### ✨ Features
@@ -14,4 +14,44 @@
1414
### 🐞 Bug Fixes
1515

1616
* fix(android): upgrade kotlin-gradle-plugin in vpnLib ([#47](https://github.com/ccnnde/react-native-simple-openvpn/issues/47)) ([79b0375](https://github.com/ccnnde/react-native-simple-openvpn/commit/79b0375))
17-
* fix(android): import ArrayList from java.util ([#39](https://github.com/ccnnde/react-native-simple-openvpn/issues/39)) ([5329fde](https://github.com/ccnnde/react-native-simple-openvpn/commit/5329fde))
17+
* fix(android): import ArrayList from java.util ([#39](https://github.com/ccnnde/react-native-simple-openvpn/issues/39)) ([5329fde](https://github.com/ccnnde/react-native-simple-openvpn/commit/5329fde))
18+
19+
20+
## [2.0.0](https://github.com/ccnnde/react-native-simple-openvpn/compare/v1.2.0...v2.0.0) (2022-04-14)
21+
22+
23+
### ✨ Features
24+
25+
* feat(android): upgrade ovpn core lib ([#17](https://github.com/ccnnde/react-native-simple-openvpn/issues/17)) ([e7af712](https://github.com/ccnnde/react-native-simple-openvpn/commit/e7af712))
26+
* feat(android): support custom notification title
27+
* feat(android): support click notification to jump to the MainActivity of the application
28+
* feat: support RN v0.63 ~ v0.68
29+
30+
31+
## [1.2.0](https://github.com/ccnnde/react-native-simple-openvpn/compare/v1.1.0...v1.2.0) (2022-03-01)
32+
33+
34+
### ✨ Features
35+
36+
* feat(ios): support for disabling VPN connection when app is terminated in iOS ([4b3888c](https://github.com/ccnnde/react-native-simple-openvpn/commit/4b3888c))
37+
38+
39+
## [1.1.0](https://github.com/ccnnde/react-native-simple-openvpn/compare/v1.0.0...v1.1.0) (2022-01-05)
40+
41+
42+
### ✨ Features
43+
44+
* feat: support .ovpn configuration files in the form of strings ([8d50d03](https://github.com/ccnnde/react-native-simple-openvpn/commit/8d50d03))
45+
46+
47+
### 🐞 Bug Fixes
48+
49+
* fix(android): resolve RN 0.65 warnings ([6901a04](https://github.com/ccnnde/react-native-simple-openvpn/commit/6901a04))
50+
51+
52+
## 1.0.0 (2021-09-14)
53+
54+
55+
### ✨ Features
56+
57+
* feat: provide support for basic OpenVPN functions

0 commit comments

Comments
 (0)