Skip to content

Commit

Permalink
v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
craiglittle committed Jan 14, 2019
1 parent b10ccfe commit 2017927
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [v1.8.2] (January 14, 2019)

### Added

- Add support for Ruby 2.6
- [#137](https://github.com/zendesk/biz/pull/137): Add support for Ruby 2.6

### Fixed

- [#139](https://github.com/zendesk/biz/pull/139): Treat endpoints consistently in calculations

## [v1.8.1] (October 30, 2018)

Expand Down Expand Up @@ -162,6 +166,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial public release.

[v1.8.2]: https://github.com/zendesk/biz/compare/v1.8.1...v1.8.2
[v1.8.1]: https://github.com/zendesk/biz/compare/v1.8.0...v1.8.1
[v1.8.0]: https://github.com/zendesk/biz/compare/v1.7.0...v1.8.0
[v1.7.0]: https://github.com/zendesk/biz/compare/v1.6.1...v1.7.0
Expand Down
2 changes: 1 addition & 1 deletion lib/biz/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Biz
VERSION = '1.8.1'
VERSION = '1.8.2'
end

0 comments on commit 2017927

Please sign in to comment.