Skip to content
This repository was archived by the owner on Aug 10, 2021. It is now read-only.

Commit b26a694

Browse files
author
Vasile Zaremba
committed
Add Yoti license
1 parent e55bd20 commit b26a694

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 1.0.1 - 2016-11-28
8+
### Added
9+
- Yoti proprietary license
10+
711
## 1.0.0 - 2016-11-25
812
### Added
913
- This is an initial public release.

lib/omniauth/yoti/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Omniauth
22
module Yoti
3-
VERSION = '1.0.0'.freeze
3+
VERSION = '1.0.1'.freeze
44
end
55
end

omniauth-yoti.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111

1212
spec.summary = 'Yoti strategy for OmniAuth'
1313
spec.homepage = 'https://github.com/getyoti/omniauth-yoti'
14-
spec.license = 'MIT'
14+
spec.license = 'Proprietary'
1515

1616
spec.files = `git ls-files -z`.split("\x0").reject do |f|
1717
f.match(%r{^(test|spec|features)/})

0 commit comments

Comments
 (0)