diff --git a/README.md b/README.md index c24a77239..b0f6b3ba9 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,18 @@ Support 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 226d28905..dcbe8969f 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,10 @@ val Organization = "gitbucket" val Name = "gitbucket" +<<<<<<< HEAD val GitBucketVersion = "4.0.0-SNAPSHOT" +======= +val GitBucketVersion = "3.14.0" +>>>>>>> master val ScalatraVersion = "2.4.0" val JettyVersion = "9.3.6.v20151106" @@ -29,7 +33,7 @@ libraryDependencies ++= Seq( "io.github.gitbucket" %% "scalatra-forms" % "1.0.0", "commons-io" % "commons-io" % "2.4", "io.github.gitbucket" % "solidbase" % "1.0.0", - "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",