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

chore(release): 3.2.1 [skip ci]

parent 59768969
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.2.1](https://gitlab.com/to-be-continuous/k6/compare/3.2.0...3.2.1) (2023-10-16)


### Bug Fixes

* declare all TBC stages ([5976896](https://gitlab.com/to-be-continuous/k6/commit/5976896992e594a571ec4fc8921fe7764b253324))

# [3.2.0](https://gitlab.com/to-be-continuous/k6/compare/3.1.1...3.2.0) (2023-05-27)


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

+1 −1
Original line number Diff line number Diff line
@@ -299,7 +299,7 @@ k6:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "k6", "3.2.0"]
      command: ["--service", "k6", "3.2.1"]
  stage: acceptance
  before_script:
    - *k6-scripts