Skip to content

Commit

Permalink
Version bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Kladek committed Jul 9, 2018
1 parent e71b64d commit 50e34af
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# Change Log
All notable changes to this project will be documented in this file.

#### 2.x Releases
- `2.0.x` Releases - [2.0.0](#200)

#### 1.x Releases
- `1.2.x` Releases - [1.2.0](#120), [1.2.1](#121)
- `1.1.x` Releases - [1.1.0](#110)
- `1.0.x` Releases - [1.0.0](#100)

## [2.0.0](https://github.com/skladek/SKWebServiceController/releases/tag/2.0.0)

#### Added
- Generic types to the delete, get, post, and put methods to allow specifying the expected JSON object type. If the type is unknown or the old behavior is preferred, specify `Any?`

#### Removed
- The untyped delete, get, post, and put methods.

## [1.2.1](https://github.com/skladek/SKWebServiceController/releases/tag/1.2.1)

#### Updated
Expand Down
2 changes: 1 addition & 1 deletion SKWebServiceController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'SKWebServiceController'
spec.version = '1.2.1'
spec.version = '2.0.0'
spec.license = 'MIT'
spec.summary = 'A barebones network controller.'
spec.homepage = 'https://github.com/skladek/SKWebServiceController'
Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.2.1</string>
<string>2.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 50e34af

Please sign in to comment.