Skip to content

Commit

Permalink
Bump to 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
p2 committed Jan 31, 2017
1 parent 05f6d0d commit d080637
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ Changelog
=========


## 2.8.2

- Do not request summary of `Conformance`, which does not include rest.security


## 2.8.1

- Make `Server` open to allow subclassing


## 2.8

- Update to Swift 3.0
Expand Down
4 changes: 2 additions & 2 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.8</string>
<string>2.8.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.8.0.0</string>
<string>2.8.2.0</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion SMART.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Pod::Spec.new do |s|
s.name = "SMART"
s.version = "2.8.1"
s.version = "2.8.2"
s.summary = "Swift SMART on FHIR framework for iOS and OS X"
s.description = <<-DESC
Swift SMART on FHIR framework for iOS and OS X.
Expand Down
2 changes: 1 addition & 1 deletion generate-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
jazzy \
-r "http://smart-on-fhir.github.io/Swift-SMART" \
-o "docs" \
--module-version "2.8.0"
--module-version "2.8.2"

mkdir docs/assets 2>/dev/null
cp assets/banner.png docs/assets/

0 comments on commit d080637

Please sign in to comment.