Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
yob committed May 6, 2010
1 parent 2da6320 commit 05ef0fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.8.2 (6th May 2010)
- fix APAProduct#series and APAProduct#series=

v0.8.1 (5th January 2010)
- Use nokogiri's support for transparent entity conversion when reading an ONIX file
- Removed entity replacement from ONIX::Normaliser
Expand Down
2 changes: 1 addition & 1 deletion lib/onix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module ONIX
module Version #:nodoc:
Major = 0
Minor = 8
Tiny = 1
Tiny = 2

String = [Major, Minor, Tiny].join('.')
end
Expand Down

0 comments on commit 05ef0fe

Please sign in to comment.