Skip to content

Commit 71c5225

Browse files
committed
chore: prepare release 0.19.2
1 parent dbd9803 commit 71c5225

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

caddy/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ replace github.com/dunglas/mercure => ../
1212
require (
1313
github.com/MicahParks/keyfunc/v3 v3.3.11
1414
github.com/caddyserver/caddy/v2 v2.10.0
15-
github.com/dunglas/mercure v0.19.1
15+
github.com/dunglas/mercure v0.19.2
1616
github.com/stretchr/testify v1.10.0
1717
go.uber.org/zap v1.27.0
1818
)

charts/mercure/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ keywords:
1212
- streaming-api
1313
- async-api
1414
type: application
15-
version: 0.19.1
16-
appVersion: "v0.19.1"
15+
version: 0.19.2
16+
appVersion: "v0.19.2"
1717
maintainers:
1818
- name: dunglas
1919

charts/mercure/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- markdownlint-disable -->
22
# Mercure Chart for Kubernetes
33

4-
![Version: 0.19.1](https://img.shields.io/badge/Version-0.19.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.19.1](https://img.shields.io/badge/AppVersion-v0.19.1-informational?style=flat-square)
4+
![Version: 0.19.2](https://img.shields.io/badge/Version-0.19.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.19.2](https://img.shields.io/badge/AppVersion-v0.19.2-informational?style=flat-square)
55

66
A Helm chart to install a Mercure Hub in a Kubernetes cluster. Mercure is a protocol to push data updates to web browsers and other HTTP clients in a convenient, fast, reliable and battery-efficient way.
77

0 commit comments

Comments
 (0)