Skip to content

Commit 1bfd9a9

Browse files
committed
Bump version to 2.0.0
1 parent 912e541 commit 1bfd9a9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## Version 2.0.0
4+
**2024-08-07**
5+
6+
- Adding improvements - @joaoflp
7+
- Bump activesupport from 5.2.8.1 to 6.1.7.5 - #74 - @dependabot
8+
39
## Version 1.6.0
410
**2023-12-14**
511

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ import PackageDescription
9999
let package = Package(
100100
name: "<Your Product Name>",
101101
dependencies: [
102-
.package(url: "https://github.com/heroesofcode/ViewState", .upToNextMajor(from: "1.6.0"))
102+
.package(url: "https://github.com/heroesofcode/ViewState", .upToNextMajor(from: "2.0.0"))
103103
],
104104
targets: [
105105
.target(

0 commit comments

Comments
 (0)