Skip to content

Commit ebf554f

Browse files
Prepare for release
1 parent 97855f8 commit ebf554f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 1.0.0 (2020-08-27)
2+
--------------------------
3+
Reformat code (#174)
4+
Update scalafmt to newest (#173)
5+
Bump scala-lru-map to 0.5.0 (#172)
6+
Bump Circe and Cats Effect (#170)
7+
18
Version 0.7.0 (2019-11-11)
29
--------------------------
310
Introduce tagless final encoding (#158)

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ lazy val root = project
1818
.enablePlugins(ScalaUnidocPlugin, GhpagesPlugin)
1919
.settings(
2020
name := "scala-forex",
21-
version := "0.7.0",
21+
version := "1.0.0",
2222
description := "High-performance Scala library for performing currency conversions using Open Exchange Rates"
2323
)
2424
.settings(BuildSettings.buildSettings)

0 commit comments

Comments
 (0)