aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG5
-rw-r--r--README.md2
-rw-r--r--pandoc-citeproc-preamble.cabal2
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0f62468..4d05ba9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,10 @@
<!-- -*- mode: markdown; -*- -->
+# Version 1.2.1 (2016-11-10) #
+
+* Bump version in pandoc-citeproc-preamble.cabal.
+* Bump resolver in README.md.
+
# Version 1.2.0 (2016-11-10) #
* Bump LTS Haskell version to 7.8.
diff --git a/README.md b/README.md
index bd86bce..a853b50 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ If you are not a Haskell programmer, you might find it easier to
1. install [Stack][];
2. ensure that `~/.local/bin` is in your shell's PATH
-3. run `stack install --resolver=lts-5.4 pandoc-citeproc-preamble`.
+3. run `stack install --resolver=lts-7.8 pandoc-citeproc-preamble`.
[Stack]: https://github.com/commercialhaskell/stack
diff --git a/pandoc-citeproc-preamble.cabal b/pandoc-citeproc-preamble.cabal
index 3517484..b88279b 100644
--- a/pandoc-citeproc-preamble.cabal
+++ b/pandoc-citeproc-preamble.cabal
@@ -1,5 +1,5 @@
name: pandoc-citeproc-preamble
-version: 1.1.0
+version: 1.2.1
synopsis: Insert a preamble before pandoc-citeproc's bibliography
description: Please see README.md
homepage: https://github.com/spwhitton/pandoc-citeproc-preamble