Skip to content

Commit

Permalink
Bump podspec to 4.8.0, updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
drmohundro committed Mar 6, 2019
1 parent 75a1add commit 0d6bb31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v4.8.0 (March 6, 2019)

- Added support for using String backed RawRepresentables in place of Strings for revelant APIs (via
[#204](https://github.com/drmohundro/SWXMLHash/pull/207))

## v4.7.6 (December 11, 2018)

- Fix issue with lazy parsing and multiple calls (via
Expand Down
2 changes: 1 addition & 1 deletion SWXMLHash.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SWXMLHash'
s.version = '4.7.6'
s.version = '4.8.0'
s.summary = 'Simple XML parsing in Swift'
s.homepage = 'https://github.com/drmohundro/SWXMLHash'
s.license = { type: 'MIT' }
Expand Down

0 comments on commit 0d6bb31

Please sign in to comment.