Skip to content

Commit

Permalink
Release 6.0.1 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Korlotian authored Jan 19, 2021
1 parent be71414 commit dcfbc63
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

## master

## 6.0.0 (2020-11-30)
## 6.0.1 (2021-01-19)

**Enhancements:**

- [#234](https://github.com/castle/castle-ruby/pull/234) rename the namespace from `IP` to `IPs`

## 6.0.0 (2021-01-19)

**BREAKING CHANGES:**

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
castle-rb (6.0.0)
castle-rb (6.0.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2020 Castle
Copyright (c) 2021 Castle

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/castle/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Castle
VERSION = '6.0.0'
VERSION = '6.0.1'
end

0 comments on commit dcfbc63

Please sign in to comment.