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

chore(release): 3.2.0 [skip ci]

parent 66827243
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.2.0](https://gitlab.com/to-be-continuous/testssl/compare/3.1.2...3.2.0) (2023-05-27)


### Features

* **workflow:** extend (skip ci) feature ([6682724](https://gitlab.com/to-be-continuous/testssl/commit/668272435ebaa62e42f1b459b168bfcef9825371))

## [3.1.2](https://gitlab.com/to-be-continuous/testssl/compare/3.1.1...3.1.2) (2023-03-11)


+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/testssl'
    ref: '3.1.2'
    ref: '3.2.0'
    file: '/templates/gitlab-ci-testssl.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -241,7 +241,7 @@ testssl:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "testssl", "3.1.2"]
      command: ["--service", "testssl", "3.2.0"]
  stage: acceptance
  variables:
    GIT_STRATEGY: none