Skip to content

Commit

Permalink
Add changelog for upcoming release, and update version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte committed Aug 3, 2016
1 parent f762a19 commit 0d9bf09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Version 0.5.1 (2016-08-03)

- Add ability to encode BigDecimal values
- Add `getSafeEncryptedNumber` to api
- Refactoring to separate Encoding from Context.
- Bug fix for overflow in mock context

# Version 0.5.0 (2016-06-08)

- Reconfigurable base.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lazy val root = project.in(file(".")).
settings(commonSettings: _*)
.settings(
name := "javallier",
version := "0.5.0",
version := "0.5.1",
description := "A Java library for Paillier partially homomorphic encryption.",
libraryDependencies ++= Seq(
"ch.qos.logback" % "logback-classic" % "1.0.13",
Expand Down

0 comments on commit 0d9bf09

Please sign in to comment.