Skip to content

Commit

Permalink
Merge pull request #57 from github/release-1.2.0
Browse files Browse the repository at this point in the history
Release 1.2.0
  • Loading branch information
jonabc authored Jun 22, 2018
2 parents 511d771 + e138adc commit 1e135fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 1.2.0 - 2018-06-22
### Added
- Building and packaging distributable exes for licensed releases
- Can now configure which Gemfile groups are excluded from dependency enumeration

### Fixed
- Bundler is no longer always reported as a dependency
- Set the minimum required ruby version for licensed

## 1.1.0 - 2018-06-04
### Added
- Pip dependency source :tada:
Expand Down Expand Up @@ -36,4 +45,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

Initial release :tada:

[Unreleased]: https://github.com/github/licensed/compare/v1.0.1...HEAD
[Unreleased]: https://github.com/github/licensed/compare/1.2.0...HEAD
2 changes: 1 addition & 1 deletion lib/licensed/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Licensed
VERSION = "1.1.0".freeze
VERSION = "1.2.0".freeze
end

0 comments on commit 1e135fa

Please sign in to comment.