Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaolfp committed Oct 2, 2023
1 parent e2c6c90 commit d4ff168
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## Version 1.3.0
**2023-10-02**

- Add cache support
- New parameter for placeholder (When the api fails, the placeholder image will appear)
- Remove interface builder support
- Updated documentation

## Version 1.2.0
**2023-09-28**

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

0 comments on commit d4ff168

Please sign in to comment.