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

chore(release): 2.0.0 [skip ci]

# [2.0.0](https://gitlab.com/to-be-continuous/mobsf/compare/1.2.0...2.0.0) (2022-08-05)

### Features

* adaptive pipeline ([5e69c0b3](https://gitlab.com/to-be-continuous/mobsf/commit/5e69c0b3bd0d915b6df1ccda232cdaad673c2de0))

### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline
parent 590beb85
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [2.0.0](https://gitlab.com/to-be-continuous/mobsf/compare/1.2.0...2.0.0) (2022-08-05)


### Features

* adaptive pipeline ([5e69c0b](https://gitlab.com/to-be-continuous/mobsf/commit/5e69c0b3bd0d915b6df1ccda232cdaad673c2de0))


### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline

# [1.2.0](https://gitlab.com/to-be-continuous/mobsf/compare/1.1.0...1.2.0) (2022-05-10)


+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/mobsf'
    ref: '1.2.0'
    ref: '2.0.0'
    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", "1.2.0"]
      command: ["--service", "mobsf", "2.0.0"]
  before_script:
    - *mobsf-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"