Skip to content

Commit

Permalink
Update changleog
Browse files Browse the repository at this point in the history
  • Loading branch information
vpeschenkov committed Oct 11, 2019
1 parent a334949 commit d924af0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,12 @@
#### Fixed for any bug fixes.
```

### 1.2.1

#### Added
- An ability to add borders
- An ability to make the generated image circle

### 1.2.0

- Implemented builder pattern
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -18,7 +18,7 @@
`LetterAvatarKit` is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod "LetterAvatarKit", "1.2.0" # Swift 5.0
pod "LetterAvatarKit", "1.2.1" # Swift 5.0
pod "LetterAvatarKit", "1.1.7" # Swift 4.2
pod "LetterAvatarKit", "1.1.5" # Swift 4.0
```
Expand All @@ -28,7 +28,7 @@ pod "LetterAvatarKit", "1.1.5" # Swift 4.0
Add this to `Cartfile`

```ruby
github "vpeschenkov/LetterAvatarKit" == 1.2.0 # Swift 5.0
github "vpeschenkov/LetterAvatarKit" == 1.2.1 # Swift 5.0
github "vpeschenkov/LetterAvatarKit" == 1.1.7 # Swift 4.2
github "vpeschenkov/LetterAvatarKit" == 1.1.5 # Swift 4.0
```
Expand Down

0 comments on commit d924af0

Please sign in to comment.