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

chore(release): 3.1.1 [skip ci]

parent b9d1a0a5
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.1.1](https://gitlab.com/to-be-continuous/postman/compare/3.1.0...3.1.1) (2023-01-27)


### Bug Fixes

* "Add registry name in all Docker images" ([fc51009](https://gitlab.com/to-be-continuous/postman/commit/fc5100915a12d8b4b1a53ce7451512ee4de7f884))

# [3.1.0](https://gitlab.com/to-be-continuous/postman/compare/3.0.0...3.1.0) (2022-10-04)


+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/postman'
    ref: '3.1.0'
    ref: '3.1.1'
    file: '/templates/gitlab-ci-postman.yml'

# Pipeline steps
+1 −1
Original line number Diff line number Diff line
@@ -217,7 +217,7 @@ postman:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "postman", "3.1.0"]
      command: ["--service", "postman", "3.1.1"]
  stage: acceptance
  before_script:
    - *postman-scripts