diff --git a/CHANGELOG.md b/CHANGELOG.md index ae9f1be..178e60c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [Unreleased][] +## [2.0.2][] * Fix retain cycle on documents created with `-[HTMLDocument initWithData:contentTypeHeader:]`. @@ -103,7 +103,8 @@ * A new document initializer, `-[HTMLDocument initWithData:contentTypeHeader:]`, detects the character encoding as a browser would. This is the ideal initializer for HTML documents fetched over the network, or any other time when the character encoding isn't previously known. Note that HTML does not blindly use the encoding specified by the HTTP `Content-Type` header, so this initializer is still superior to parsing the `Content-Type` yourself. -[Unreleased]: https://github.com/nolanw/HTMLReader/compare/v2.0.1...HEAD +[Unreleased]: https://github.com/nolanw/HTMLReader/compare/v2.0.2...HEAD +[2.0.2]: https://github.com/nolanw/HTMLReader/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/nolanw/HTMLReader/compare/v2.0...v2.0.1 [2.0]: https://github.com/nolanw/HTMLReader/compare/v1.0.1...v2.0 [1.0.1]: https://github.com/nolanw/HTMLReader/compare/v1.0...1.0.1 diff --git a/Framework/Info.plist b/Framework/Info.plist index c6d0528..10fbfaa 100644 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.1 + 2.0.2 CFBundleSignature ???? CFBundleVersion - 33 + 35 NSHumanReadableCopyright Public domain. NSPrincipalClass