Skip to content

Commit

Permalink
0.3.7 version
Browse files Browse the repository at this point in the history
  • Loading branch information
merenkoff committed May 20, 2021
1 parent e3d0b78 commit 4ea6607
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Resolution-swift CHANGELOG
## 0.3.7
- Zns fix ([#40](https://github.com/unstoppabledomains/resolution-swift/pull/40)) via [@merenkoff](https://github.com/merenkoff)
- Warning in project due to incorrect podspec #38 ([#39](https://github.com/unstoppabledomains/resolution-swift/pull/39)) via [@merenkoff](https://github.com/merenkoff)

## 0.3.6
- Zilliqa testnet support. ([#37](https://github.com/unstoppabledomains/resolution-swift/pull/37)) via [@merenkoff](https://github.com/merenkoff)
- UnregisteredDomain instead of UnspecifiedResolver ([#36](https://github.com/unstoppabledomains/resolution-swift/pull/36)) via [@JohnnyJumper](https://github.com/JohnnyJumper)
Expand Down Expand Up @@ -44,4 +48,4 @@ You can update each naming service separately*
- Batch Request for owners of domains

## 0.1.2
- Ininial release
- Ininial release
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ Resoultion supports decentralized domains across three main zones:
## Cocoa Pods

```ruby
pod 'UnstoppableDomainsResolution', '~> 0.3.6'
pod 'UnstoppableDomainsResolution', '~> 0.3.7'
```

## Swift Package Manager

```swift
package.dependencies.append(
.package(url: "https://github.com/unstoppabledomains/resolution-swift", from: "0.3.6")
.package(url: "https://github.com/unstoppabledomains/resolution-swift", from: "0.3.7")
)
```

Expand Down
2 changes: 1 addition & 1 deletion UnstoppableDomainsResolution.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "UnstoppableDomainsResolution"
spec.version = "0.3.6"
spec.version = "0.3.7"
spec.summary = "Swift framework for resolving Unstoppable domains."

spec.description = <<-DESC
Expand Down

0 comments on commit 4ea6607

Please sign in to comment.