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

chore(release): 2.1.0 [skip ci]

parent 8214bcbe
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.1.0](https://gitlab.com/to-be-continuous/defectdojo/compare/2.0.7...2.1.0) (2023-05-27)


### Features

* **workflow:** extend (skip ci) feature ([8214bcb](https://gitlab.com/to-be-continuous/defectdojo/commit/8214bcbed0b3bac44781868096cf8a7404e79be4))

## [2.0.7](https://gitlab.com/to-be-continuous/defectdojo/compare/2.0.6...2.0.7) (2023-03-11)


+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.7'
    ref: '2.1.0'
    file: '/templates/gitlab-ci-defectdojo.yml'
```

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