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

Commit 2604ae1

Browse files
author
Vasile Zaremba
committed
Add version 1.0.0
1 parent 0514865 commit 2604ae1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/).
6+
7+
## 1.0.0 - 2016-11-25
8+
### Added
9+
- 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 = '0.1.0'.freeze
3+
VERSION = '1.0.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)