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

chore(release): 1.1.0 [skip ci]

parent 2b716fc2
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.1.0](https://gitlab.com/to-be-continuous/hurl/compare/1.0.1...1.1.0) (2023-12-8)


### Features

* use centralized tracking image (gitlab.com) ([38a0fee](https://gitlab.com/to-be-continuous/hurl/commit/38a0feea88eda267071494d8f0bf5a45bb539858))

## [1.0.1](https://gitlab.com/to-be-continuous/hurl/compare/1.0.0...1.0.1) (2023-10-16)


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

+1 −1
Original line number Diff line number Diff line
@@ -343,7 +343,7 @@ hurl:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "hurl", "1.0.1"]
      command: ["--service", "hurl", "1.1.0"]
  stage: acceptance
  before_script:
    - !reference [.hurl-scripts]