diff --git a/project.clj b/project.clj index 49977fc..91a13a1 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject smeagol "1.0.2-SNAPSHOT" +(defproject smeagol "1.0.2" :description "A simple Git-backed Wiki inspired by Gollum" :url "https://github.com/simon-brooke/smeagol" :license {:name "GNU General Public License,version 2.0 or (at your option) any later version" diff --git a/resources/public/content/Change log.md b/resources/public/content/Change log.md new file mode 100644 index 0000000..c948455 --- /dev/null +++ b/resources/public/content/Change log.md @@ -0,0 +1,7 @@ +# 1.0.2 +Two fixes contributed by a user: + +* [Configurable start page](https://github.com/journeyman-cc/smeagol/commit/b1eeecde1d0555e9b708807c63e28fac21de58c4) +* [Fixed uploads](https://github.com/journeyman-cc/smeagol/commit/1136e792d4810fd9af8b443fdea6d6be4aeda79e) + +Many thanks to [M Jerger](https://github.com/jerger) for these. \ No newline at end of file diff --git a/resources/public/content/_side-bar.md b/resources/public/content/_side-bar.md index a675893..ad01779 100644 --- a/resources/public/content/_side-bar.md +++ b/resources/public/content/_side-bar.md @@ -1,4 +1,5 @@ * [[Introduction]] +* [[Change log]] * [[User Documentation]] * [[Deploying Smeagol]] * [[Developing Smeagol]]