Skip to content

Commit b90747e

Browse files
authored
Merge pull request #54 from samvera/version_bump
Prep for 1.0.2 release
2 parents 1f52bc0 + 79611c3 commit b90747e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to Semantic Versioning.
5+
6+
## 1.0.2 - 2019-09-24
7+
### Changed
8+
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

hydra-role-management.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require File.expand_path('../lib/hydra/role_management/version', __FILE__)
33

44
Gem::Specification.new do |gem|
55
gem.authors = ['Justin Coyne']
6-
gem.email = ['justin@curationexperts.com']
6+
gem.email = ['jcoyne@justincoyne.com']
77
gem.description = 'Rails engine to do user roles in an RDBMS for hydra-head'
88
gem.summary = 'Rails engine to do user roles in an RDBMS for hydra-head'
99
gem.homepage = 'https://github.com/samvera/hydra-role-management'

lib/hydra/role_management/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22
module Hydra
33
module RoleManagement
4-
VERSION = '1.0.1'
4+
VERSION = '1.0.2'
55
end
66
end

0 commit comments

Comments
 (0)