File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,20 @@ All notable changes to this project will be documented in this file.
88The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
99and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
1010
11+ ## [ 1.1.0]  - 2024-11-04 
12+ 
13+ ### Added  
14+ 
15+ -  Pipeline example
16+ -  Add support for Aludel Elixir
17+ 
18+ ### Changed  
19+ 
20+ -  Merge changes from
21+   [ ` golioth/reference-design-template@template_v2.4.1 ` ] ( https://github.com/golioth/reference-design-template/tree/template_v2.4.1 ) .
22+ -  Update board names for Zephyr hardware model v2
23+ -  Use ` VERSION `  file instead of ` prj.conf `  to set firmware version
24+ 
1125## [ 1.0.0]  - 2023-11-15 
1226
1327### Added  
Original file line number Diff line number Diff line change 1- VERSION_MAJOR = 2 
2- VERSION_MINOR = 4 
3- PATCHLEVEL = 1 
1+ VERSION_MAJOR = 1 
2+ VERSION_MINOR = 1 
3+ PATCHLEVEL = 0 
44VERSION_TWEAK = 0
55EXTRAVERSION =
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments