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

chore(release): 2.0.2 [skip ci]

parent b78f4f85
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.0.2](https://gitlab.com/to-be-continuous/mobsf/compare/2.0.1...2.0.2) (2023-01-27)


### Bug Fixes

* "Add registry name in all Docker images" ([4862533](https://gitlab.com/to-be-continuous/mobsf/commit/48625338551506c33c3e72b49152527d2a2a58af))

## [2.0.1](https://gitlab.com/to-be-continuous/mobsf/compare/2.0.0...2.0.1) (2022-10-07)


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

+1 −1
Original line number Diff line number Diff line
@@ -340,7 +340,7 @@ stages:
  image: $MOBSF_CLIENT_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "mobsf", "2.0.1"]
      command: ["--service", "mobsf", "2.0.2"]
  before_script:
    - *mobsf-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"