Skip to content

Commit

Permalink
Changelog for v1.11.8 and v1.12.1 (go-gitea#12006) (go-gitea#12007)
Browse files Browse the repository at this point in the history
* Changelog for v1.12.1 (go-gitea#12006)

* Update gitea version to latest release
  • Loading branch information
lafriks authored Jun 22, 2020
1 parent 180286d commit 121103f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ This changelog goes through all the changes that have been made in each release
without substantial changes to our git log; to see the highlights of what has
been added to each release, please refer to the [blog](https://blog.gitea.io).

## [1.12.1](https://github.com/go-gitea/gitea/releases/tag/v1.12.1) - 2020-06-21

* BUGFIXES
* Handle multiple merges in gitgraph.js (#11996) (#12000)
* Add serviceworker.js to KnownPublicEntries (#11992) (#11994)
* For language detection do not try to analyze big files by content (#11971) (#11975)
* ENHANCEMENTS
* Fix scrollable header on dropdowns (#11893) (#11965)

## [1.11.8](https://github.com/go-gitea/gitea/releases/tag/v1.11.8) - 2020-06-21

* BUGFIXES
* Really fix __webpack_public_path__ for 1.11 (#11961)

## [1.12.0](https://github.com/go-gitea/gitea/releases/tag/v1.12.0) - 2020-06-17

* BREAKING
Expand Down
2 changes: 1 addition & 1 deletion docs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ params:
description: Git with a cup of tea
author: The Gitea Authors
website: https://docs.gitea.io
version: 1.12.0
version: 1.12.1
minGoVersion: 1.12
goVersion: 1.14
minNodeVersion: 10.13
Expand Down

0 comments on commit 121103f

Please sign in to comment.