Skip to content

Commit

Permalink
Bump version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaolfp committed Jul 22, 2024
1 parent 8dc3879 commit 028679e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## Version 1.6.0
**2024-07-21**

- Updated to ensure the cache is checked before trying to download the image - #68 - @joaolfp
- Bump activesupport from 5.2.8.1 to 6.1.7.5 - #69 - @dependabot
- Bump rexml from 3.2.9 to 3.3.2 - #70 - @dependabot

## Version 1.5.0
**2024-03-24**

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ import PackageDescription
let package = Package(
name: "<Your Product Name>",
dependencies: [
.package(url: "https://github.com/heroesofcode/MagicImages", .upToNextMajor(from: "1.5.0"))
.package(url: "https://github.com/heroesofcode/MagicImages", .upToNextMajor(from: "1.6.0"))
],
targets: [
.target(
Expand Down

0 comments on commit 028679e

Please sign in to comment.