Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeindykiewicz committed Sep 3, 2020
1 parent 97855f8 commit ebf554f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
@@ -1,3 +1,10 @@
Version 1.0.0 (2020-08-27)
--------------------------
Reformat code (#174)
Update scalafmt to newest (#173)
Bump scala-lru-map to 0.5.0 (#172)
Bump Circe and Cats Effect (#170)

Version 0.7.0 (2019-11-11)
--------------------------
Introduce tagless final encoding (#158)
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -18,7 +18,7 @@ lazy val root = project
.enablePlugins(ScalaUnidocPlugin, GhpagesPlugin)
.settings(
name := "scala-forex",
version := "0.7.0",
version := "1.0.0",
description := "High-performance Scala library for performing currency conversions using Open Exchange Rates"
)
.settings(BuildSettings.buildSettings)
Expand Down

0 comments on commit ebf554f

Please sign in to comment.