Skip to content

Commit

Permalink
Changelog and version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Roovers committed Jan 25, 2022
1 parent d5b2bec commit f068127
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog Cobalt

## v7.3.3 (25-01-2022)
- Preventing concurrency when refreshing the access token simultaneously for multiple requests

## v7.3.2 (22-12-2021)
- Added `cachePolicy` to requests, which sets `URLRequest.cachePolicy`

Expand Down
2 changes: 1 addition & 1 deletion Cobalt.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Cobalt"
s.version = "7.3.2"
s.version = "7.3.3"
s.author = { "Bas van Kuijck" => "bas@e-sites.nl" }
s.license = { :type => "MIT", :file => "LICENSE" }
s.homepage = "http://www.e-sites.nl"
Expand Down

0 comments on commit f068127

Please sign in to comment.