mirror of
https://github.com/thomiceli/opengist.git
synced 2025-01-03 16:22:40 +00:00
v1.1.1
This commit is contained in:
parent
14dac703c8
commit
09507500a9
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## [1.1.1](https://github.com/thomiceli/opengist/compare/v1.1.0...v1.1.1) - 2023-04-20
|
||||
### Fixed
|
||||
- Git processes are now correctly killed
|
||||
|
||||
## [1.1.0](https://github.com/thomiceli/opengist/compare/v1.0.1...v1.1.0) - 2023-04-18
|
||||
### Added
|
||||
- GitHub and Gitea OAuth2 login
|
||||
|
|
|
@ -11,7 +11,7 @@ import (
|
|||
"strings"
|
||||
)
|
||||
|
||||
var OpengistVersion = "1.1.0"
|
||||
var OpengistVersion = "1.1.1"
|
||||
|
||||
var C *config
|
||||
|
||||
|
|
Loading…
Reference in a new issue