Skip to content

Commit

Permalink
chore(release): v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdeansanchez committed Oct 7, 2020
1 parent 30f9e89 commit b952ca2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion v2/imgix.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b952ca2

Please sign in to comment.