Skip to content

Commit

Permalink
[Release] Cloak 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lordcodes authored and github-actions[bot] committed Jul 15, 2022
1 parent 1e78774 commit 249e0cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.3.0 - 2022-07-15

### Added

- SwiftFormat [#1](https://github.com/lordcodes/cloak-swift/pull/1) by [@lordcodes](https://github.com/lordcodes)

## 0.2.0 - 2022-07-06

- Add automated release process
Expand Down
2 changes: 1 addition & 1 deletion Sources/CloakKit/Version/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
import Foundation

enum Version {
static let current = "0.2.0"
static let current = "0.3.0"
}

0 comments on commit 249e0cb

Please sign in to comment.