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

chore(release): 1.1.1 [skip ci]

## [1.1.1](https://gitlab.com/to-be-continuous/sqlfluff/compare/1.1.0...1.1.1) (2023-08-01)

### Bug Fixes

* failure while decoding a secret [@url](https://gitlab.com/url)@ does not cause the job to fail (warning message) ([ae3c3f32](https://gitlab.com/to-be-continuous/sqlfluff/commit/ae3c3f32ae530fa46ab888a1ae3c554656954a2c))
parent ae3c3f32
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.1.1](https://gitlab.com/to-be-continuous/sqlfluff/compare/1.1.0...1.1.1) (2023-08-01)


### Bug Fixes

* failure while decoding a secret [@url](https://gitlab.com/url)@ does not cause the job to fail (warning message) ([ae3c3f3](https://gitlab.com/to-be-continuous/sqlfluff/commit/ae3c3f32ae530fa46ab888a1ae3c554656954a2c))

# [1.1.0](https://gitlab.com/to-be-continuous/sqlfluff/compare/1.0.2...1.1.0) (2023-05-27)


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