Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
Prepare changelog for 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Sep 20, 2019
1 parent f499c4a commit a35758f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.7.3](https://github.com/korlibs/klock/compare/1.7.2...1.7.3)

* Fixed InvalidMutabilityException issues [#64](https://github.com/korlibs/klock/issues/64)

## [1.7.2](https://github.com/korlibs/klock/compare/1.7.1...1.7.2)

* Support optional format parts [#27](https://github.com/korlibs/klock/issues/27)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ val daysInNextMonth = (now.yearMonth + 1.months).days
Starting with Klock 1.4.0, the library is available at jcenter.

```groovy
def klockVersion = "1.7.2"
def klockVersion = "1.7.3"
repositories {
jcenter()
Expand All @@ -55,7 +55,7 @@ enableFeaturePreview('GRADLE_METADATA')
### Use with Kotlin-JVM

```groovy
def klockVersion = "1.7.2"
def klockVersion = "1.7.3"
repositories {
jcenter()
Expand Down

0 comments on commit a35758f

Please sign in to comment.