Skip to content

Commit

Permalink
Release v0.4.44 (#552)
Browse files Browse the repository at this point in the history
* bump version

* changelog
  • Loading branch information
Shaumik-Ashraf authored Oct 29, 2024
1 parent 39042af commit e3924fd
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.4.44
* FI-2937 inferno execute by @Shaumik-Ashraf in https://github.com/inferno-framework/inferno-core/pull/517
* FI-3104: Update React + other packages by @AlyssaWang in https://github.com/inferno-framework/inferno-core/pull/529
* FI-3188: Update documentation on cli_context options. by @arscan in https://github.com/inferno-framework/inferno-core/pull/535
* cli git ignore .gem by @rpassas in https://github.com/inferno-framework/inferno-core/pull/534
* FI-3076: Add FHIRPath Service to Template by @vanessuniq in https://github.com/inferno-framework/inferno-core/pull/532
* FI-3275 debug: inferno execute input validation by @Shaumik-Ashraf in https://github.com/inferno-framework/inferno-core/pull/542
* FI-3193 Add instruction to build Ruby Docs by @mrnosal in https://github.com/inferno-framework/inferno-core/pull/536
* FI-2609 : DSL Link Methods by @vanessuniq in https://github.com/inferno-framework/inferno-core/pull/521
* FI-3276: Fix AuthInfo Code Documentation by @vanessuniq in https://github.com/inferno-framework/inferno-core/pull/543
* FI-3286: Rename Auth Type dropdown input by @AlyssaWang in https://github.com/inferno-framework/inferno-core/pull/545
* FI-2685: Allow locking individual checkboxes by @AlyssaWang in https://github.com/inferno-framework/inferno-core/pull/522
* FI-3216: Update Ruby dependencies by @AlyssaWang in https://github.com/inferno-framework/inferno-core/pull/538
* FI-3285: Add fields to backend services access mode by @AlyssaWang in https://github.com/inferno-framework/inferno-core/pull/544
* FI-3241: Verify runnable id length by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/547
* FI-3182 Inferno execute unified short ids option by @Shaumik-Ashraf in https://github.com/inferno-framework/inferno-core/pull/540
* FI-3318: Fix erroneous submit disabling for checkbox inputs by @AlyssaWang in https://github.com/inferno-framework/inferno-core/pull/548
* FI-3367 Patch execute rollup by @Shaumik-Ashraf in https://github.com/inferno-framework/inferno-core/pull/550

## 0.4.43
* patch undefined method for nil on validator 500 response by @Shaumik-Ashraf in https://github.com/inferno-framework/inferno-core/pull/530
* FI-3172: Fix validator sessions by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/531
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:
inferno_core (0.4.43)
inferno_core (0.4.44)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/inferno/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Inferno
# Standard patterns for gem versions: https://guides.rubygems.org/patterns/
VERSION = '0.4.43'.freeze
VERSION = '0.4.44'.freeze
end

0 comments on commit e3924fd

Please sign in to comment.