Skip to content

Commit d894ce4

Browse files
authored
Prepare Release v2.4.0 (#68)
1 parent d4fb78e commit d894ce4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 2.4.0 (12.03.2021)
44

55
* Add support for Firewalls
66

src/HetznerAPIClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class HetznerAPIClient
2727
/**
2828
* Version of the API Client.
2929
*/
30-
const VERSION = '2.3.0';
30+
const VERSION = '2.4.0';
3131

3232
const MAX_ENTITIES_PER_PAGE = 50;
3333

0 commit comments

Comments
 (0)