# Changelog

The following are lists of the notable changes included with each release.
This is intended to help keep people informed about notable changes between
versions, as well as provide a rough history. Each item is prefixed with
one of the following labels: `Added`, `Changed`, `Deprecated`,
`Removed`, `Fixed`, `Security`. We also use [Semantic Versioning](http://semver.org)
to manage the versions of this gem so
that you can set version constraints properly.

#### [Unreleased](https://github.com/WorkflowCI/github/compare/v0.7.0...HEAD)

* WIP

#### [v0.7.0](https://github.com/WorkflowCI/github/compare/v0.6.0...v0.7.0) – 2018-08-31

* `Added`: `Github.Repos.Contents`.
* `Added`: `Github.Git.Refs`.

#### [v0.6.0](https://github.com/WorkflowCI/github/compare/v0.5.0...v0.6.0) – 2018-08-31

* `Added`: `Github.Client.fetch_all!`.
* `Added`: `Github.Client.fetch_more!`.
* `Added`: more code examples.

#### [v0.5.0](https://github.com/WorkflowCI/github/compare/v0.4.0...v0.5.0) – 2018-08-31

* `Added`: `Github.Apps.Installations`.
* `Added`: `Github.Client`.
* `Added`: pagination.

#### [v0.4.0](https://github.com/WorkflowCI/github/compare/v0.3.0...v0.4.0) – 2018-08-31

* `Added`: `Github.Orgs.find!`.
* `Added`: `Github.Client.Response`.

#### [v0.3.0](https://github.com/WorkflowCI/github/compare/v0.2.0...v0.3.0) – 2018-08-30

* `Added`: GitHub Emails.

#### [v0.2.0](https://github.com/WorkflowCI/github/compare/v0.1.0...v0.2.0) – 2018-08-30

* `Added`: GitHub Organizations.

#### [v0.1.0](https://github.com/WorkflowCI/github/commit/456368e9fafc3416787ff1275c281f6dad236280) – 2018-08-30

* `Added`: initial functional version with GitHub Statuses.
