Skip to content

Commit

Permalink
Merge pull request #379 from cben/release-4.1.1
Browse files Browse the repository at this point in the history
Release 4.1.1
  • Loading branch information
cben authored Dec 17, 2018
2 parents 60e0a5f + 2361746 commit 5211bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
Kubeclient release versioning follows [SemVer](https://semver.org/).

## Unreleased
## 4.1.1 — 2018-12-17

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion lib/kubeclient/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Kubernetes REST-API Client
module Kubeclient
VERSION = '4.1.0'.freeze
VERSION = '4.1.1'.freeze
end

0 comments on commit 5211bb9

Please sign in to comment.