diff --git a/README.md b/README.md index c24a772..b0f6b3b 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,18 @@ Release Notes -------- +### 4.0 - 30 Apr 2016 + +- MySQL and PostgreSQL support +- Data export and import +- Migration system has been switched to [solidbase](https://github.com/gitbucket/solidbase) + +### 3.14 - 30 Apr 2016 + +- File attachment and search for wiki pages +- New extension points to add menus +- Content-Type of webhooks has been choosable + ### 3.13 - 1 Apr 2016 - Refresh user interface for wide screen - Add `pull_request` key in list issues API for pull requests diff --git a/build.sbt b/build.sbt index 6283bbc..4b43aef 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ val Organization = "gitbucket" val Name = "gitbucket" -val GitBucketVersion = "3.14.0-SNAPSHOT" +val GitBucketVersion = "3.14.0" val ScalatraVersion = "2.4.0" val JettyVersion = "9.3.6.v20151106" @@ -26,7 +26,7 @@ "org.json4s" %% "json4s-jackson" % "3.3.0", "io.github.gitbucket" %% "scalatra-forms" % "1.0.0", "commons-io" % "commons-io" % "2.4", - "io.github.gitbucket" % "markedj" % "1.0.7", + "io.github.gitbucket" % "markedj" % "1.0.8", "org.apache.commons" % "commons-compress" % "1.10", "org.apache.commons" % "commons-email" % "1.4", "org.apache.httpcomponents" % "httpclient" % "4.5.1",