Skip to content

Commit 8891a8d

Browse files
committed
Add CHANGELOG
1 parent 8b558ee commit 8891a8d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [0.1.1] - 2017-06-22
4+
5+
### Fixed
6+
7+
* Fixed bug that prevented the creation of lineage graphs.
8+
* Fixed `null` serialization issue for some strings.
9+
* Removed required empty data structures (i.e., the user no longer has to provide an empty `tags` map if no tags are being added).
10+
11+
## [0.1.0] - 2017-05-22
12+
13+
* Initial Release of Ground.

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name := """ground"""
44

55
lazy val commonSettings = Seq(
66
organization := "edu.berkeley.ground",
7-
version := "0.1.1-SNAPSHOT",
7+
version := "0.1.2-SNAPSHOT",
88
scalaVersion := "2.11.8"
99
)
1010

0 commit comments

Comments
 (0)