Skip to content

Commit

Permalink
chore(release): 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2024-12-13)

### Bug Fixes

* Handle rack apps without engine? method in Rails ([7e9d3a0](7e9d3a0))
  • Loading branch information
semantic-release-bot committed Dec 13, 2024
1 parent d979cea commit 235992e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.1](https://github.com/getappmap/appmap-ruby/compare/v1.1.0...v1.1.1) (2024-12-13)


### Bug Fixes

* Handle rack apps without engine? method in Rails ([7e9d3a0](https://github.com/getappmap/appmap-ruby/commit/7e9d3a0e7c7aa6a9a8e8c7da04a97122b3952bce))

# [1.1.0](https://github.com/getappmap/appmap-ruby/compare/v1.0.1...v1.1.0) (2024-05-22)


Expand Down
2 changes: 1 addition & 1 deletion lib/appmap/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module AppMap
URL = 'https://github.com/applandinc/appmap-ruby'

VERSION = '1.1.0'
VERSION = '1.1.1'

APPMAP_FORMAT_VERSION = '1.12.0'

Expand Down

0 comments on commit 235992e

Please sign in to comment.