summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.md6
-rw-r--r--redland.cabal2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index 6c1f9b9..9d49b9e 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,11 @@
# Revision history for redland
+## 0.2.0.0 -- 2018-02-23
+
+* Support for literal node types/languages.
+* Ord and NFData instances for Node and Triple.
+
+
## 0.1.0.0 -- 2018-02-20
* ChangeLog is introduced.
diff --git a/redland.cabal b/redland.cabal
index 6191541..a6014cd 100644
--- a/redland.cabal
+++ b/redland.cabal
@@ -1,5 +1,5 @@
name: redland
-version: 0.1.0.0
+version: 0.2.0.0
synopsis: Redland RDF library bindings
description: This package provides low-level and mid-level
Redland RDF library bindings, as well as some