Skip to content

Commit 8a29b80

Browse files
ns-vasilevgithub-actions[bot]
authored andcommitted
[Release] NetworkLayer 1.1.0
1 parent f1d7f4e commit 8a29b80

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
#### 1.x Releases
9+
- `1.1.x` Releases - [1.1.0](#110)
910
- `1.0.x` Releases - [1.0.0](#100)
1011

1112
---
12-
## [Unreleased]
13+
14+
15+
## [1.1.0](https://github.com/space-code/network-layer/releases/tag/1.1.0)
16+
17+
Released on 2025-12-21. All issues associated with this milestone can be found using this [filter](https://github.com/space-code/network-layer/milestones?state=closed&q=1.1.0).
1318

1419
### Documentation
1520
- Update README.md
@@ -80,5 +85,5 @@ Released on 2023-12-04. All issues associated with this milestone can be found u
8085
- Implement `network-layer` package
8186
- Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#1](https://github.com/space-code/network-layer/pull/1).
8287

83-
[unreleased]: https://github.com/space-code/network-layer/compare/1.0.0..HEAD
88+
[1.1.0]: https://github.com/space-code/network-layer/compare/1.0.0..1.1.0
8489

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Add the following dependency to your `Package.swift`:
6565

6666
```swift
6767
dependencies: [
68-
.package(url: "https://github.com/space-code/network-layer.git", from: "1.0.0")
68+
.package(url: "https://github.com/space-code/network-layer.git", from: "1.1.0")
6969
]
7070
```
7171

0 commit comments

Comments
 (0)