Skip to content

Commit

Permalink
Merge pull request #60 from Shopify/bump-0.1.2
Browse files Browse the repository at this point in the history
Bump version to 0.1.2
  • Loading branch information
bmansoob authored Sep 1, 2022
2 parents 544972e + b342fae commit b8148d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2] - 2022-08-12

- Bug fix: Update profile server to respond with a conflict if already profiling (#57)
- Profiler Server imports necessary Active Support core extensions (#59,#61)
- Bug fix: Ensure default profile_url_formatter default url formatter is set during initialization (#54)

## [0.1.1] - 2022-06-15
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
app_profiler (0.1.1)
app_profiler (0.1.2)
activesupport (>= 5.2)
rack
railties (>= 5.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/app_profiler/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module AppProfiler
VERSION = "0.1.1"
VERSION = "0.1.2"
end

0 comments on commit b8148d7

Please sign in to comment.