diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7b3e8d7..cfbecda 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,11 +2,16 @@ ## [Unreleased] + +## [v0.1.2] - 2023-01-11 +### Build +- **deps:** Update versions. + + ## [v0.1.1] - 2022-12-11 ### Build - **auto-updater:** Update schedule. -- **deps:** Update versions. @@ -15,5 +20,6 @@ - Add logging library. -[Unreleased]: https://github.com/030/logging/compare/v0.1.1...HEAD +[Unreleased]: https://github.com/030/logging/compare/v0.1.2...HEAD +[v0.1.2]: https://github.com/030/logging/compare/v0.1.1...v0.1.2 [v0.1.1]: https://github.com/030/logging/compare/v0.1.0...v0.1.1 diff --git a/go.mod b/go.mod index 13885c1..4d8180a 100644 --- a/go.mod +++ b/go.mod @@ -7,4 +7,4 @@ require ( github.com/spf13/jwalterweatherman v1.1.0 ) -require golang.org/x/sys v0.3.0 // indirect +require golang.org/x/sys v0.4.0 // indirect diff --git a/go.sum b/go.sum index b36f123..e039e27 100644 --- a/go.sum +++ b/go.sum @@ -12,8 +12,8 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.3.0 h1:w8ZOecv6NaNa/zC8944JTU3vz4u6Lagfk4RPQxv92NQ= -golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.4.0 h1:Zr2JFtRQNX3BCZ8YtxRE9hNJYC8J6I1MVbMg6owUp18= +golang.org/x/sys v0.4.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=