Skip to content

Commit

Permalink
Package for version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
osteslag committed Oct 20, 2016
1 parent 2b871ed commit d49bfd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This project uses [semantic versioning](http://semver.org/). Change log is also reflected under [Releases](https://github.com/osteslag/Changeset/releases) on GitHub, inspired by [Keep a CHANGELOG](http://keepachangelog.com).

## [2.0.1]: 2016-10-20 Automatic Provisioning
### Changed
- Framework target set to automatically manage code signing.

## [2.0]: 2016-10-12 Swift 3
### Changed
- Project defaults to Swift 3 (use the [`swift-2`](https://github.com/osteslag/Changeset/tree/swift-2) tag to stay on Swift 2).
Expand Down Expand Up @@ -42,6 +46,7 @@ This project uses [semantic versioning](http://semver.org/). Change log is also

## [1.0]: 2015-12-29 Initial Release

[2.0.1]: https://github.com/osteslag/Changeset/compare/v2.0...v2.0.1
[2.0]: https://github.com/osteslag/Changeset/compare/v1.0.6...v2.0
[1.0.6]: https://github.com/osteslag/Changeset/compare/v1.0.5...v1.0.6
[1.0.5]: https://github.com/osteslag/Changeset/compare/v1.0.4...v1.0.5
Expand Down
2 changes: 1 addition & 1 deletion Changeset.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Changeset'
spec.version = '2.0'
spec.version = '2.0.1'
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
spec.homepage = 'https://github.com/osteslag/Changeset'
spec.author = { 'Joachim Bondo' => '[email protected]' }
Expand Down

0 comments on commit d49bfd2

Please sign in to comment.