Skip to content

Commit 3901007

Browse files
committed
Add changelogs
Signed-off-by: Alexander Dahmen <[email protected]>
1 parent 0d92114 commit 3901007

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@
77
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
88
- `authorization`: [v0.8.1](services/authorization/CHANGELOG.md#v081)
99
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
10-
- `cdn`: [v1.3.2](services/cdn/CHANGELOG.md#v132)
11-
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
10+
- `cdn`:
11+
- [v1.4.0](services/cdn/CHANGELOG.md#v140)
12+
- **Feature:** Added new filter functions `DataCenterRegion`, `RequestCountryCode`, `StatusCode` and `CacheHit`
13+
- **Feature:** Added Attribute `LogSink` and `Certificate`
14+
- **Feature:** Added `ConfigLogSink` and `PatchLokiLogSink` functionality
15+
- [v1.3.2](services/cdn/CHANGELOG.md#v132)
16+
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
1217
- `certificates`: [v1.1.1](services/certificates/CHANGELOG.md#v111)
1318
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
1419
- `dns`: [v0.17.1](services/dns/CHANGELOG.md#v0171)

services/cdn/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
## v1.4.0
2+
- **Feature:** Added new filter functions `DataCenterRegion`, `RequestCountryCode`, `StatusCode` and `CacheHit`
3+
- **Feature:** Added Attribute `LogSink` and `Certificate`
4+
- **Feature:** Added `ConfigLogSink` and `PatchLokiLogSink` functionality
5+
16
## v1.3.2
2-
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
7+
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
38

49
## v1.3.1
510
- **Improvement:** Improve parsing of oneOf

services/cdn/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.3.2
1+
v1.4.0

0 commit comments

Comments
 (0)