Skip to content

Commit

Permalink
Modify the version to 2.0 and update the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaGhazouani committed Apr 17, 2017
1 parent b19c7bc commit 722f2c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.
## [2.1.0](https://github.com/HamzaGhazouani/HGCircularSlider/releases/tag/2.0.0)

* Updated to Swift 3.1 - fixed deprecations
* Reintroduced example project, with number of rounds
* Fixed example project pods settings

## [2.0.1](https://github.com/HamzaGhazouani/HGCircularSlider/releases/tag/2.0.0)

* Added Carthage prebuilt binary
* Set deployment target to iOS 9.0

## [2.0.0](https://github.com/HamzaGhazouani/HGCircularSlider/releases/tag/2.0.0)

* Added Carthage support
* Added number of rounds, allowing to create slider same as Apple bedtime slider (12h clock with two rounds)
* Added backtrack inspectable properties, allowing to modify its properties
* Added shadow track color and offset inspectable attributes
* Removed distance from default slider definition
* Removed example project
* Removed MidPointCircularSlider


## [1.1.0](https://github.com/HamzaGhazouani/HGCircularSlider/releases/tag/1.1.0)
Expand Down
2 changes: 1 addition & 1 deletion HGCircularSlider.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'HGCircularSlider'
s.version = '2.1.0'
s.version = '2.0.0'
s.summary = 'Multiple Circular Sliders used to select a value from a continuous range of values.'


Expand Down

0 comments on commit 722f2c1

Please sign in to comment.