Skip to content

Commit 647cd79

Browse files
authored
Prepare next release 1.13.0 (#138)
1 parent 8db217a commit 647cd79

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
History
33
=======
44

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+
515
v1.12.0 (2021-04-06)
616
---------------------
717
* Feature: Add support for managed Certificates

hcloud/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.12.0'
1+
VERSION = '1.13.0'

0 commit comments

Comments
 (0)