diff --git a/CHANGELOG.md b/CHANGELOG.md index accb3e9..929e879 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file starting fro This project adheres to [Semantic Versioning](http://semver.org/). ----- +## [1.7.1] - 2020-08-13 + +**Change:** +- Don't apply label rule in a product when someone exists. + ## [1.7.0] - 2020-07-08 **Change:** diff --git a/go.mod b/go.mod index e6f8b46..ca74da8 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/doug-martin/goqu/v9 v9.9.0 github.com/go-sql-driver/mysql v1.4.1 github.com/stretchr/testify v1.5.1 - github.com/teambition/gear v1.21.2 + github.com/teambition/gear v1.21.4 github.com/teambition/gear-auth v1.7.0 github.com/teambition/gear-tracing v1.1.1 go.uber.org/dig v1.8.0 diff --git a/go.sum b/go.sum index 1804672..910c7c8 100644 --- a/go.sum +++ b/go.sum @@ -95,6 +95,8 @@ github.com/teambition/compressible-go v1.0.1/go.mod h1:K91wjCUqzpuY2ZpSi039mt4Wz github.com/teambition/gear v1.12.2/go.mod h1:VPFnRhfwYQiRDTzxEtzwfzAVDIcsbkX6i/AGOcRedy4= github.com/teambition/gear v1.21.2 h1:mwmfe5SOh9a5kQdoyYqdix/FGswtvu4QPkDzHNvkTLg= github.com/teambition/gear v1.21.2/go.mod h1:berJp67mxgCZ1ZKgv1oCVV9WpWko3zAgIGYtaN4iGW0= +github.com/teambition/gear v1.21.4 h1:aLlpMdgAuMmZoc/hAHRUgLkBE9Uz9yu+adH8EA6vzUo= +github.com/teambition/gear v1.21.4/go.mod h1:berJp67mxgCZ1ZKgv1oCVV9WpWko3zAgIGYtaN4iGW0= github.com/teambition/gear-auth v1.7.0 h1:8RYk2IwMYpnUCYf3YjGuOOwG9sj+NzQKYf3XJxQ1CRY= github.com/teambition/gear-auth v1.7.0/go.mod h1:U194Q5AX9BEHakk+tcabPVy2qDjv53i+hlbjdSIjR/0= github.com/teambition/gear-tracing v1.1.1 h1:LDAqXdXI5A7Xa2woMnr+0rgw29e5XbQRxHuUN8FxxAU=