Skip to content

Commit da3734f

Browse files
author
Emil Karimov
committed
Release 1.5.0
1 parent 89e3767 commit da3734f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
### Changed
13+
14+
## [1.5.0] - 2026-02-11
15+
1016
### Added
1117
- Expanded supported HTTP methods to include `HEAD`, `OPTIONS`, `TRACE`, and `CONNECT` alongside the existing verbs.
1218
- Global response decoder support via `NetworkManager.responseDecoderProvider`, with per-request opt-out using `allowsResponseDecoderOverride`.

Sources/EKNetwork/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
// Version is updated automatically from git tag during build.
1010
//
1111

12-
internal let EKNetworkVersionString = "1.4.2"
12+
internal let EKNetworkVersionString = "1.5.0"
1313

0 commit comments

Comments
 (0)