Skip to content

Commit

Permalink
chore(release): 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdeansanchez committed Aug 12, 2020
1 parent 111fe07 commit 269d620
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
Expand Up @@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.4.0](https://github.com/imgix/imgix-rb/compare/3.3.1...3.4.0) - August 12, 2020

* fix: deprecate api key versions ([#87](https://github.com/imgix/imgix-rb/pull/87))
* docs(readme): deprecation notice for pre-4.0 api keys ([#88](https://github.com/imgix/imgix-rb/pull/88))

## [3.3.1](https://github.com/imgix/imgix-rb/compare/3.3.0...3.3.1) - July 27, 2020

* fix: ensure host is initialized ([#82](https://github.com/imgix/imgix-rb/pull/82))
Expand Down
2 changes: 1 addition & 1 deletion lib/imgix/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Imgix
VERSION = '3.3.1'
VERSION = '3.4.0'
end

0 comments on commit 269d620

Please sign in to comment.