Skip to content

Commit

Permalink
version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
codekitchen committed Sep 24, 2014
1 parent cfee584 commit 7078a95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## 1.6.1 - 2014-09-24
### Changed
- Fix gem packaging error.

## 1.6.0 - 2014-09-22
### Added
- More metaprogramming support via `get_expected_field`, `get_optional_field`.
Expand Down
2 changes: 1 addition & 1 deletion lib/protocol_buffers/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ProtocolBuffers
VERSION = "1.6.0"
VERSION = "1.6.1"
end

0 comments on commit 7078a95

Please sign in to comment.