From b952ca21c3c35d95e29e9f5f6469bb8bad3c97d2 Mon Sep 17 00:00:00 2001 From: Eric Sanchez Date: Tue, 6 Oct 2020 17:04:57 -0700 Subject: [PATCH] chore(release): v2.0.2 --- CHANGELOG.md | 5 +++++ v2/imgix.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d270460..a58abb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [v2.0.2](https://github.com/imgix/imgix-go/compare/2.0.1...2.0.2) - October 6, 2020 + +### Changes +The changes in this release have been made to address a GoDocs issue. The only changes have been in this file and to bump the release version patch level. + ## [v2.0.1](https://github.com/imgix/imgix-go/compare/2.0.0...2.0.1) - September 28, 2020 ### Changes diff --git a/v2/imgix.go b/v2/imgix.go index 85d0ad0..f7c4fc8 100644 --- a/v2/imgix.go +++ b/v2/imgix.go @@ -6,7 +6,7 @@ import ( "strings" ) -const ixLibVersion = "go-v2.0.1" +const ixLibVersion = "go-v2.0.2" // URLBuilder facilitates the building of imgix URLs. type URLBuilder struct {