Commit e6c7b3c9 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.0.5 [skip ci]

parent c58aed56
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.0.5](https://gitlab.com/to-be-continuous/defectdojo/compare/2.0.4...2.0.5) (2023-03-07)


### Bug Fixes

* Resolve "Finding auto close stopped working" ([0441cec](https://gitlab.com/to-be-continuous/defectdojo/commit/0441cec2aee1c8a70635da7d22249bf4b0a99986))

## [2.0.4](https://gitlab.com/to-be-continuous/defectdojo/compare/2.0.3...2.0.4) (2023-01-27)


+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ In order to include this template in your project, add the following to your `.g

```yaml
  - project: 'to-be-continuous/defectdojo'
    ref: '2.0.4'
    ref: '2.0.5'
    file: '/templates/gitlab-ci-defectdojo.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -505,7 +505,7 @@ defectdojo:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "defectdojo", "2.0.4" ]
      command: ["--service", "defectdojo", "2.0.5" ]
  stage: .post
  before_script:
    - cd ${DEFECTDOJO_DIR}