Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0](v1.0.0...v2.0.0) (2024-10-10)

### ⚠ BREAKING CHANGES

* Updated all package names and configuration from `pillarbox.qos` to
`pillarbox.monitoring`. This includes changes to environment variables, which now use the
prefix `PILLARBOX_MONITORING_*` instead of `PILLARBOX_QOS_*`. Ensure that all relevant
configurations are updated to reflect this change when deploying or running the service.

### Refactor 🔩

* change qos naming to monitoring ([f50a26c](f50a26c))
  • Loading branch information
semantic-release-bot committed Oct 10, 2024
1 parent f50a26c commit d8daa48
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [2.0.0](https://github.com/SRGSSR/pillarbox-monitoring-transfer/compare/v1.0.0...v2.0.0) (2024-10-10)


### ⚠ BREAKING CHANGES

* Updated all package names and configuration from `pillarbox.qos` to
`pillarbox.monitoring`. This includes changes to environment variables, which now use the
prefix `PILLARBOX_MONITORING_*` instead of `PILLARBOX_QOS_*`. Ensure that all relevant
configurations are updated to reflect this change when deploying or running the service.

### Refactor 🔩

* change qos naming to monitoring ([f50a26c](https://github.com/SRGSSR/pillarbox-monitoring-transfer/commit/f50a26cb9c97179553956e362cdafdf2a6aeacc8))

## 1.0.0 (2024-10-09)


Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Tue Oct 01 16:43:02 CEST 2024
#Thu Oct 10 11:47:49 UTC 2024
group=ch.srgssr.pillarbox
version=1.0.0
version=2.0.0

0 comments on commit d8daa48

Please sign in to comment.