Skip to content

Commit 73d09bc

Browse files
committed
Bump version to 1.0.0
1 parent 583f5c5 commit 73d09bc

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

APIModel.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "APIModel"
33
s.module_name = "ApiModel"
4-
s.version = "0.15.0"
4+
s.version = "1.0.0"
55
s.summary = "Easy API integrations using Realm and Swift"
66

77
s.description = <<-DESC

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 1.0.0
4+
5+
Arbitrarily bump version to 1.0.0. API is stable and it doesn't make sense to have it in production and still be on the `0.X` versioning scheme.
6+
7+
- Upgrade to Swift 4.2
8+
- Upgrade to Alamofire 4.7
9+
- Upgrade to SwiftyJSON 4.2
10+
- Upgrade to RealmSwift 3.13
11+
12+
## 0.14.0
13+
14+
- Upgrade to Swift 4.0
15+
- Upgrade to RealmSwift 3.0.1
16+
- Upgrade to Alamofire 4.5
17+
- Don't log headers by default since it might contain sensitive information
18+
319
## 0.13.0
420

521
Breaking changes:

0 commit comments

Comments
 (0)