commit
67134da357
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -4,6 +4,17 @@
|
|||
|
||||
Please see: https://github.com/psyreactor/sonarqube-ruby/releases
|
||||
|
||||
### 1.2.0 (03/09/2020)
|
||||
|
||||
- New features
|
||||
* Added support for permissions API
|
||||
* Added support for premissions internal API
|
||||
- Fix
|
||||
* Fix Coverage
|
||||
* Fix Documentation file name
|
||||
- New
|
||||
* Guard config
|
||||
|
||||
### 1.1.0 (24/08/2020)
|
||||
|
||||
- New features
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
[documentation](https://www.rubydoc.info/gems/sonarqube/frames)
|
||||
|
||||
Sonarqube is a Ruby wrapper and CLI for the Sonarqube API
|
||||
As of version `1.0.0` this gem only supports Sonarqube 7.9.
|
||||
As of version `1.2.0` this gem only supports Sonarqube 7.9.
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Sonarqube
|
||||
VERSION = '1.1.0'
|
||||
VERSION = '1.2.0'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue