Skip to content

Commit

Permalink
Merge pull request #54 from samvera/version_bump
Browse files Browse the repository at this point in the history
Prep for 1.0.2 release
  • Loading branch information
jrgriffiniii authored Sep 24, 2019
2 parents 1f52bc0 + 79611c3 commit b90747e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog
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.

## 1.0.2 - 2019-09-24
### Changed
1. Loosened json version requirement to accomodate json 2.x, which will allow this gem to work on Bundler 2.x systems, which come pre-installed with json 2.x
2 changes: 1 addition & 1 deletion hydra-role-management.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require File.expand_path('../lib/hydra/role_management/version', __FILE__)

Gem::Specification.new do |gem|
gem.authors = ['Justin Coyne']
gem.email = ['justin@curationexperts.com']
gem.email = ['jcoyne@justincoyne.com']
gem.description = 'Rails engine to do user roles in an RDBMS for hydra-head'
gem.summary = 'Rails engine to do user roles in an RDBMS for hydra-head'
gem.homepage = 'https://github.com/samvera/hydra-role-management'
Expand Down
2 changes: 1 addition & 1 deletion lib/hydra/role_management/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module Hydra
module RoleManagement
VERSION = '1.0.1'
VERSION = '1.0.2'
end
end

0 comments on commit b90747e

Please sign in to comment.