Skip to content

Commit

Permalink
Prepare next release 1.13.0 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
LKaemmerling authored Jul 16, 2021
1 parent 8db217a commit 647cd79
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
History
=======

v1.13.0 (2021-07-16)
---------------------
* Feature: Add support for Firewall Protocols ESP and GRE
* Feature: Add support for Image Type APP
* Feature: Add support for creating Firewalls with Firewalls
* Feature: Add support for Label Selectors in Firewalls
* Improvement: Improve handling of underlying TCP connections. Now for every client instance a single TCP connection is used instead of one per call.

* Note: Support for Python 2.7 and Python 3.5 was removed

v1.12.0 (2021-04-06)
---------------------
* Feature: Add support for managed Certificates
Expand Down
2 changes: 1 addition & 1 deletion hcloud/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '1.12.0'
VERSION = '1.13.0'

0 comments on commit 647cd79

Please sign in to comment.