summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-08-02 00:02:19 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-08-02 00:02:19 +0000
commit43ca47acf99458a1336ee7330c467aafe3a41b3f (patch)
tree6873402c2e2ce552ae72dbae6178b11354612b5d
parent0d012fa3c3f88556501b17d5f998ae9635c706aa (diff)
downloadmixlib-authentication-43ca47acf99458a1336ee7330c467aafe3a41b3f.tar.gz
Bump version to 2.1.4 by Chef Expeditorv2.1.4
-rw-r--r--.rspec1
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/authentication/version.rb2
4 files changed, 6 insertions, 6 deletions
diff --git a/.rspec b/.rspec
deleted file mode 100644
index 53607ea..0000000
--- a/.rspec
+++ /dev/null
@@ -1 +0,0 @@
---colour
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 162785f..3256f61 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# mixlib-authentication Changelog
-<!-- latest_release 2.1.3 -->
-## [v2.1.3](https://github.com/chef/mixlib-authentication/tree/v2.1.3) (2018-07-31)
+<!-- latest_release 2.1.4 -->
+## [v2.1.4](https://github.com/chef/mixlib-authentication/tree/v2.1.4) (2018-08-02)
#### Merged Pull Requests
-- Update testing boilerplate [#41](https://github.com/chef/mixlib-authentication/pull/41) ([tas50](https://github.com/tas50))
+- Update codeowners and add github PR template [#43](https://github.com/chef/mixlib-authentication/pull/43) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=2.1.1 -->
### Changes since 2.1.1 release
#### Merged Pull Requests
+- Update codeowners and add github PR template [#43](https://github.com/chef/mixlib-authentication/pull/43) ([tas50](https://github.com/tas50)) <!-- 2.1.4 -->
- Update testing boilerplate [#41](https://github.com/chef/mixlib-authentication/pull/41) ([tas50](https://github.com/tas50)) <!-- 2.1.3 -->
- remove hashrocket syntax [#40](https://github.com/chef/mixlib-authentication/pull/40) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 2.1.2 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index abae0d9..c346e7a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.1.3 \ No newline at end of file
+2.1.4 \ No newline at end of file
diff --git a/lib/mixlib/authentication/version.rb b/lib/mixlib/authentication/version.rb
index 8d638a6..569c16c 100644
--- a/lib/mixlib/authentication/version.rb
+++ b/lib/mixlib/authentication/version.rb
@@ -16,6 +16,6 @@
module Mixlib
module Authentication
- VERSION = "2.1.3"
+ VERSION = "2.1.4"
end
end