We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db217a commit 647cd79Copy full SHA for 647cd79
CHANGELOG.rst
@@ -2,6 +2,16 @@
2
History
3
=======
4
5
+v1.13.0 (2021-07-16)
6
+---------------------
7
+* Feature: Add support for Firewall Protocols ESP and GRE
8
+* Feature: Add support for Image Type APP
9
+* Feature: Add support for creating Firewalls with Firewalls
10
+* Feature: Add support for Label Selectors in Firewalls
11
+* Improvement: Improve handling of underlying TCP connections. Now for every client instance a single TCP connection is used instead of one per call.
12
+
13
+* Note: Support for Python 2.7 and Python 3.5 was removed
14
15
v1.12.0 (2021-04-06)
16
---------------------
17
* Feature: Add support for managed Certificates
hcloud/__version__.py
@@ -1 +1 @@
1
-VERSION = '1.12.0'
+VERSION = '1.13.0'
0 commit comments