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

chore(release): 4.1.0 [skip ci]

parent 337c542d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [4.1.0](https://gitlab.com/to-be-continuous/php/compare/4.0.0...4.1.0) (2022-11-30)


### Features

* add a job generating software bill of materials ([1624b74](https://gitlab.com/to-be-continuous/php/commit/1624b74a685d1adb2f34942292d4be9c3bb20d7c))

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


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

+1 −1
Original line number Diff line number Diff line
@@ -254,7 +254,7 @@ stages:
  image: $PHP_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "php", "4.0.0" ]
      command: ["--service", "php", "4.1.0" ]
  before_script:
    - *php-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"