From ae7c33289e4c0a8228bb46848ce8e2a3395ce86a Mon Sep 17 00:00:00 2001 From: Lucas Lara Date: Thu, 19 May 2022 07:13:13 +0200 Subject: [PATCH] Change readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bdbdafe6..4c53e13d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # Caddy-Docker-Proxy [![Build Status](https://dev.azure.com/lucaslorentzlara/lucaslorentzlara/_apis/build/status/lucaslorentz.caddy-docker-proxy?branchName=master)](https://dev.azure.com/lucaslorentzlara/lucaslorentzlara/_build/latest?definitionId=1) [![Go Report Card](https://goreportcard.com/badge/github.com/lucaslorentz/caddy-docker-proxy)](https://goreportcard.com/report/github.com/lucaslorentz/caddy-docker-proxy) +## NEW MODULE NAME! + +We've renamed our go module, from version 2.7.0 forward you should import caddy-docker-proxy using `github.com/lucaslorentz/caddy-docker-proxy/v2` or a specific version `github.com/lucaslorentz/caddy-docker-proxy/v2@2.7.0`. + +The old name `github.com/lucaslorentz/caddy-docker-proxy/plugin` will be a available for backwards compatibility, but it will be frozen at version 2.6.0. + ## Introduction This plugin enables Caddy to be used as a reverse proxy for Docker containers via labels.