diff --git a/CHANGELOG.md b/CHANGELOG.md index 3df16ea..0cfce37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -v0.2.2 -====== +v0.2.2: Oct 17 2011 +=================== * Update to SBT 0.11.0 * Bugfix: Exceptions parsing metric strings kill the server diff --git a/build.sbt b/build.sbt index cf1ca36..ba8987f 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "metricsd" -version := "0.2.1" +version := "0.2.2" organization := "net.mojodna"