Skip to content

Commit

Permalink
update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonkmi committed Nov 24, 2019
1 parent 7cf0f9b commit 482886d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [v1.0.9]

### Changed
- Improved logic.

## [v1.0.8]

### Changed
Expand Down Expand Up @@ -50,4 +55,5 @@ All notable changes to this project will be documented in this file.
[v1.0.5]: https://github.com/andersonkmi/spark-utils/compare/v1.0.4...v1.0.5
[v1.0.6]: https://github.com/andersonkmi/spark-utils/compare/v1.0.5...v1.0.6
[v1.0.7]: https://github.com/andersonkmi/spark-utils/compare/v1.0.6...v1.0.7
[v1.0.8]: https://github.com/andersonkmi/spark-utils/compare/v1.0.7...v1.0.8
[v1.0.8]: https://github.com/andersonkmi/spark-utils/compare/v1.0.7...v1.0.8
[v1.0.9]: https://github.com/andersonkmi/spark-utils/compare/v1.0.8...v1.0.9
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ organization := "org.codecraftlabs.spark"

name := "spark-utils"

val appVersion = "1.0.8"
val appVersion = "1.0.9"

val appName = "spark-utils"

Expand Down

0 comments on commit 482886d

Please sign in to comment.