Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrauel committed Feb 21, 2024
1 parent 0cf89c4 commit 0ee3ccd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.45]
## [0.46]

## [0.45] - 2024-02-21

### Fixed
* Giropay integration #APPS-1327
Expand Down
12 changes: 6 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/devicekit/DeviceKit.git",
"state" : {
"revision" : "66837ecf1516e41fd4251bbb684dc4b1997f08ab",
"version" : "5.1.0"
"revision" : "fe41d18eccd92a115cffaa35dfff03018c67e635",
"version" : "5.2.2"
}
},
{
"identity" : "grdb.swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/groue/GRDB.swift.git",
"state" : {
"revision" : "eacbdf23af4228dea3bd0e5feb17c0f953829c15",
"version" : "6.23.0"
"revision" : "e069e2732e3ee2b67bf89c1bda1937da0eaee7ef",
"version" : "6.24.2"
}
},
{
Expand Down Expand Up @@ -68,8 +68,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/lachlanbell/SwiftOTP",
"state" : {
"revision" : "e43757cd3851b77ca7da195b3355c4a6f2991a0e",
"version" : "3.0.1"
"revision" : "9660551ea3df153c3cbacfa34ac3abbec73a8b84",
"version" : "3.0.2"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ let package = Package(
.package(url: "https://github.com/marmelroy/Zip.git", from: "2.1.2"),
.package(url: "https://github.com/datatrans/ios-sdk.git", from: "3.4.0"),
.package(url: "https://github.com/sberrevoets/SDCAlertView.git", from: "12.0.3"),
.package(url: "https://github.com/devicekit/DeviceKit.git", from: "5.2.1"),
.package(url: "https://github.com/devicekit/DeviceKit.git", from: "5.2.2"),
.package(url: "https://github.com/snabble/Pulley.git", from: "2.9.2"),
.package(url: "https://github.com/chrs1885/WCAG-Colors.git", from: "1.0.0")
],
Expand Down

0 comments on commit 0ee3ccd

Please sign in to comment.