From 5b1d0b9ffc6dcbb30c2af2dc6e8d260711d126ba Mon Sep 17 00:00:00 2001 From: geemus Date: Wed, 20 Apr 2016 11:11:05 -0500 Subject: [PATCH] v1.38.0 --- CONTRIBUTORS.md | 4 +++- LICENSE.md | 2 +- changelog.md | 7 +++++++ lib/fog/core/version.rb | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 3f64d89..52358fc 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,5 +1,6 @@ * Aaron Patterson * Akira Matsuda +* Alexandru Calinoiu * Anatol * Artem * Artem Yakimenko @@ -39,4 +40,5 @@ * mountkin * ozroc * schneems -* starbelly \ No newline at end of file +* starbelly +* zhitongLBN \ No newline at end of file diff --git a/LICENSE.md b/LICENSE.md index 6074f2c..44f2d48 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014 [CONTRIBUTORS.md](https://github.com/fog/fog/blob/master/CONTRIBUTORS.md) +Copyright (c) 2014-2016 [CONTRIBUTORS.md](https://github.com/fog/fog/blob/master/CONTRIBUTORS.md) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/changelog.md b/changelog.md index 860aa59..cd84143 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ +1.38.0 04/20/2016 +========================================================== + +more specific service not found error +fix string freeze issue for ruby 2.3 +bump excon dep + 1.37.0 03/31/2016 ========================================================== diff --git a/lib/fog/core/version.rb b/lib/fog/core/version.rb index 3435b7b..26651b7 100644 --- a/lib/fog/core/version.rb +++ b/lib/fog/core/version.rb @@ -1,5 +1,5 @@ module Fog module Core - VERSION = "1.37.0" + VERSION = "1.38.0" end end